]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
m68k: don't export static inline functions
authorStephen Rothwell <sfr@canb.auug.org.au>
Sat, 14 Nov 2009 07:20:28 +0000 (18:20 +1100)
committerGeert Uytterhoeven <geert@linux-m68k.org>
Sun, 6 Dec 2009 10:18:28 +0000 (11:18 +0100)
These now cause errors due to changes present in linux-next:

(__ksymtab_sorted+0x1258): undefined reference to `dio_dev_driver'
(__ksymtab_sorted+0x4d48): undefined reference to `zorro_dev_driver'

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
drivers/dio/dio-driver.c
drivers/zorro/zorro-driver.c

index 9c0c9afcd0ac37d6624640c24e917afe48cc9303..a7b174ef4c85f9c44b3078bce3c6f3a099788a2f 100644 (file)
@@ -140,5 +140,4 @@ postcore_initcall(dio_driver_init);
 EXPORT_SYMBOL(dio_match_device);
 EXPORT_SYMBOL(dio_register_driver);
 EXPORT_SYMBOL(dio_unregister_driver);
-EXPORT_SYMBOL(dio_dev_driver);
 EXPORT_SYMBOL(dio_bus_type);
index e6c4390d8bd68ff5df14056e1decb13c2435f88d..53180a37cc9ad2867cf8eecf4213e3f69009e3a7 100644 (file)
@@ -156,5 +156,4 @@ postcore_initcall(zorro_driver_init);
 EXPORT_SYMBOL(zorro_match_device);
 EXPORT_SYMBOL(zorro_register_driver);
 EXPORT_SYMBOL(zorro_unregister_driver);
-EXPORT_SYMBOL(zorro_dev_driver);
 EXPORT_SYMBOL(zorro_bus_type);