Commit 49f48dd5 authored by Adrian Bunk's avatar Adrian Bunk Committed by David S. Miller

[NET]: Kill EXPORT_NO_SYMBOLS from meth.c

parent ee6b0c61
...@@ -844,9 +844,6 @@ int meth_init_module(void) ...@@ -844,9 +844,6 @@ int meth_init_module(void)
printk("meth: error %i registering device \"%s\"\n", printk("meth: error %i registering device \"%s\"\n",
result, meth_devs->name); result, meth_devs->name);
else device_present++; else device_present++;
#ifndef METH_DEBUG
EXPORT_NO_SYMBOLS;
#endif
return device_present ? 0 : -ENODEV; return device_present ? 0 : -ENODEV;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment