The patch below kills an occurence of the obsolete EXPORT_NO_SYMBOLS
from drivers/net/meth.c in 2.6.0-test3.
--- linux-2.6.0-test3-not-full/drivers/net/meth.c.old 2003-08-09 21:08:10.000000000 +0200
+++ linux-2.6.0-test3-not-full/drivers/net/meth.c 2003-08-09 21:08:41.000000000 +0200
@@ -844,9 +844,6 @@
printk("meth: error %i registering device \"%s\"\n",
result, meth_devs->name);
else device_present++;
-#ifndef METH_DEBUG
- EXPORT_NO_SYMBOLS;
-#endif
return device_present ? 0 : -ENODEV;
}
Please apply
Adrian
--
"Is there not promise of rain?" Ling Tan asked suddenly out
of the darkness. There had been need of rain for many days.
"Only a promise," Lao Er said.
Pearl S. Buck - Dragon Seed
On Sat, 9 Aug 2003 21:14:52 +0200
Adrian Bunk <[email protected]> wrote:
> The patch below kills an occurence of the obsolete EXPORT_NO_SYMBOLS
> from drivers/net/meth.c in 2.6.0-test3.
Patch applied, thanks Adrian.