[2.6 patch] kill EXPORT_NO_SYMBOLS from meth.c

From: Adrian Bunk
Date: Sat Aug 09 2003 - 14:22:29 EST


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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/