* [2.6 patch] kill EXPORT_NO_SYMBOLS from meth.c
@ 2003-08-09 19:14 Adrian Bunk
2003-08-09 21:45 ` David S. Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2003-08-09 19:14 UTC (permalink / raw)
To: ilya; +Cc: linux-net, linux-kernel
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-08-09 21:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-08-09 19:14 [2.6 patch] kill EXPORT_NO_SYMBOLS from meth.c Adrian Bunk
2003-08-09 21:45 ` David S. Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox