|
@@ -45,10 +45,6 @@
|
|
#include <asm/signal.h>
|
|
#include <asm/signal.h>
|
|
#include <asm/dcr.h>
|
|
#include <asm/dcr.h>
|
|
|
|
|
|
-#ifdef CONFIG_8xx
|
|
|
|
-#include <asm/commproc.h>
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#ifdef CONFIG_PPC64
|
|
#ifdef CONFIG_PPC64
|
|
EXPORT_SYMBOL(local_irq_restore);
|
|
EXPORT_SYMBOL(local_irq_restore);
|
|
#endif
|
|
#endif
|
|
@@ -172,14 +168,6 @@ EXPORT_SYMBOL(console_drivers);
|
|
EXPORT_SYMBOL(cacheable_memcpy);
|
|
EXPORT_SYMBOL(cacheable_memcpy);
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#ifdef CONFIG_8xx
|
|
|
|
-EXPORT_SYMBOL(cpm_install_handler);
|
|
|
|
-EXPORT_SYMBOL(cpm_free_handler);
|
|
|
|
-#endif /* CONFIG_8xx */
|
|
|
|
-#if defined(CONFIG_8xx)
|
|
|
|
-EXPORT_SYMBOL(__res);
|
|
|
|
-#endif
|
|
|
|
-
|
|
|
|
#ifdef CONFIG_PPC32
|
|
#ifdef CONFIG_PPC32
|
|
EXPORT_SYMBOL(next_mmu_context);
|
|
EXPORT_SYMBOL(next_mmu_context);
|
|
EXPORT_SYMBOL(set_context);
|
|
EXPORT_SYMBOL(set_context);
|