Commit 2963a7ba authored by David Müller's avatar David Müller Committed by Linus Torvalds

PPC32: Export additional symbols for CONFIG_4xx.

parent 6a3354a9
...@@ -180,6 +180,7 @@ EXPORT_SYMBOL(pci_bus_to_phys); ...@@ -180,6 +180,7 @@ EXPORT_SYMBOL(pci_bus_to_phys);
EXPORT_SYMBOL(consistent_alloc); EXPORT_SYMBOL(consistent_alloc);
EXPORT_SYMBOL(consistent_free); EXPORT_SYMBOL(consistent_free);
EXPORT_SYMBOL(consistent_sync); EXPORT_SYMBOL(consistent_sync);
EXPORT_SYMBOL(flush_dcache_all);
#endif #endif
EXPORT_SYMBOL(open); EXPORT_SYMBOL(open);
...@@ -329,10 +330,12 @@ EXPORT_SYMBOL(debugger_fault_handler); ...@@ -329,10 +330,12 @@ EXPORT_SYMBOL(debugger_fault_handler);
#endif #endif
#ifdef CONFIG_8xx #ifdef CONFIG_8xx
EXPORT_SYMBOL(__res);
EXPORT_SYMBOL(cpm_install_handler); EXPORT_SYMBOL(cpm_install_handler);
EXPORT_SYMBOL(cpm_free_handler); EXPORT_SYMBOL(cpm_free_handler);
#endif /* CONFIG_8xx */ #endif /* CONFIG_8xx */
#if defined(CONFIG_8xx) || defined(CONFIG_4xx)
EXPORT_SYMBOL(__res);
#endif
#if defined(CONFIG_8xx) || defined(CONFIG_8260) #if defined(CONFIG_8xx) || defined(CONFIG_8260)
EXPORT_SYMBOL(request_8xxirq); EXPORT_SYMBOL(request_8xxirq);
#endif #endif
......
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