Skip to content

Commit

Permalink
m68k: don't export static inline functions
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Geert Uytterhoeven <[email protected]>
  • Loading branch information
sfrothwell authored and geertu committed Dec 6, 2009
1 parent 8546e3c commit f699b7f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion drivers/dio/dio-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
1 change: 0 additions & 1 deletion drivers/zorro/zorro-driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

0 comments on commit f699b7f

Please sign in to comment.