Commit 7ba6b5ec authored by Greg Ungerer's avatar Greg Ungerer Committed by Linus Torvalds

[PATCH] h8300: remove MAGIC_ROM_PTR from k8300_ksyms.c

Remove obsolete MAGIC_ROM_PTR code from h8300 architecture.
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent d936cfc7
...@@ -100,10 +100,6 @@ EXPORT_SYMBOL(__udivsi3); ...@@ -100,10 +100,6 @@ EXPORT_SYMBOL(__udivsi3);
EXPORT_SYMBOL(__umoddi3); EXPORT_SYMBOL(__umoddi3);
EXPORT_SYMBOL(__umodsi3); EXPORT_SYMBOL(__umodsi3);
#ifdef MAGIC_ROM_PTR
EXPORT_SYMBOL(is_in_rom);
#endif
EXPORT_SYMBOL(h8300_reserved_gpio); EXPORT_SYMBOL(h8300_reserved_gpio);
EXPORT_SYMBOL(h8300_free_gpio); EXPORT_SYMBOL(h8300_free_gpio);
EXPORT_SYMBOL(h8300_set_gpio_dir); EXPORT_SYMBOL(h8300_set_gpio_dir);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment