Commit 7ed02f09 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] PPC32: Change all EXPORT_SYMBOL_NOVERS to EXPORT_SYMBOL in ppc_ksyms.c

From: Tom Rini <trini@kernel.crashing.org>

PPC32: Change all EXPORT_SYMBOL_NOVERS to EXPORT_SYMBOL in ppc_ksyms.c

- Change all EXPORT_SYMBOL_NOVERS to EXPORT_SYMBOL in ppc_ksyms.c
parent 4862cdc7
...@@ -92,7 +92,7 @@ EXPORT_SYMBOL(disable_irq_nosync); ...@@ -92,7 +92,7 @@ EXPORT_SYMBOL(disable_irq_nosync);
EXPORT_SYMBOL(probe_irq_mask); EXPORT_SYMBOL(probe_irq_mask);
EXPORT_SYMBOL(ISA_DMA_THRESHOLD); EXPORT_SYMBOL(ISA_DMA_THRESHOLD);
EXPORT_SYMBOL_NOVERS(DMA_MODE_READ); EXPORT_SYMBOL(DMA_MODE_READ);
EXPORT_SYMBOL(DMA_MODE_WRITE); EXPORT_SYMBOL(DMA_MODE_WRITE);
#if defined(CONFIG_PPC_PREP) #if defined(CONFIG_PPC_PREP)
EXPORT_SYMBOL(_prep_type); EXPORT_SYMBOL(_prep_type);
...@@ -167,9 +167,9 @@ EXPORT_SYMBOL(ppc_ide_md); ...@@ -167,9 +167,9 @@ EXPORT_SYMBOL(ppc_ide_md);
#endif #endif
#ifdef CONFIG_PCI #ifdef CONFIG_PCI
EXPORT_SYMBOL_NOVERS(isa_io_base); EXPORT_SYMBOL(isa_io_base);
EXPORT_SYMBOL_NOVERS(isa_mem_base); EXPORT_SYMBOL(isa_mem_base);
EXPORT_SYMBOL_NOVERS(pci_dram_offset); EXPORT_SYMBOL(pci_dram_offset);
EXPORT_SYMBOL(pci_alloc_consistent); EXPORT_SYMBOL(pci_alloc_consistent);
EXPORT_SYMBOL(pci_free_consistent); EXPORT_SYMBOL(pci_free_consistent);
EXPORT_SYMBOL(pci_bus_io_base); EXPORT_SYMBOL(pci_bus_io_base);
...@@ -246,7 +246,7 @@ EXPORT_SYMBOL(register_backlight_controller); ...@@ -246,7 +246,7 @@ EXPORT_SYMBOL(register_backlight_controller);
EXPORT_SYMBOL(_machine); EXPORT_SYMBOL(_machine);
#endif #endif
#ifdef CONFIG_PPC_PMAC #ifdef CONFIG_PPC_PMAC
EXPORT_SYMBOL_NOVERS(sys_ctrler); EXPORT_SYMBOL(sys_ctrler);
EXPORT_SYMBOL(pmac_newworld); EXPORT_SYMBOL(pmac_newworld);
#endif #endif
#ifdef CONFIG_PPC_OF #ifdef CONFIG_PPC_OF
...@@ -294,15 +294,15 @@ EXPORT_SYMBOL(to_tm); ...@@ -294,15 +294,15 @@ EXPORT_SYMBOL(to_tm);
EXPORT_SYMBOL(pm_power_off); EXPORT_SYMBOL(pm_power_off);
EXPORT_SYMBOL_NOVERS(__ashrdi3); EXPORT_SYMBOL(__ashrdi3);
EXPORT_SYMBOL_NOVERS(__ashldi3); EXPORT_SYMBOL(__ashldi3);
EXPORT_SYMBOL_NOVERS(__lshrdi3); EXPORT_SYMBOL(__lshrdi3);
EXPORT_SYMBOL_NOVERS(memcpy); EXPORT_SYMBOL(memcpy);
EXPORT_SYMBOL_NOVERS(memset); EXPORT_SYMBOL(memset);
EXPORT_SYMBOL_NOVERS(memmove); EXPORT_SYMBOL(memmove);
EXPORT_SYMBOL_NOVERS(memscan); EXPORT_SYMBOL(memscan);
EXPORT_SYMBOL_NOVERS(memcmp); EXPORT_SYMBOL(memcmp);
EXPORT_SYMBOL_NOVERS(memchr); EXPORT_SYMBOL(memchr);
EXPORT_SYMBOL(abs); EXPORT_SYMBOL(abs);
...@@ -366,7 +366,7 @@ EXPORT_SYMBOL(request_8xxirq); ...@@ -366,7 +366,7 @@ EXPORT_SYMBOL(request_8xxirq);
EXPORT_SYMBOL(next_mmu_context); EXPORT_SYMBOL(next_mmu_context);
EXPORT_SYMBOL(set_context); EXPORT_SYMBOL(set_context);
EXPORT_SYMBOL(handle_mm_fault); /* For MOL */ EXPORT_SYMBOL(handle_mm_fault); /* For MOL */
EXPORT_SYMBOL_NOVERS(disarm_decr); EXPORT_SYMBOL(disarm_decr);
#ifdef CONFIG_PPC_STD_MMU #ifdef CONFIG_PPC_STD_MMU
extern long mol_trampoline; extern long mol_trampoline;
EXPORT_SYMBOL(mol_trampoline); /* For MOL */ EXPORT_SYMBOL(mol_trampoline); /* For MOL */
...@@ -381,5 +381,5 @@ EXPORT_SYMBOL(intercept_table); ...@@ -381,5 +381,5 @@ EXPORT_SYMBOL(intercept_table);
EXPORT_SYMBOL(cur_cpu_spec); EXPORT_SYMBOL(cur_cpu_spec);
#ifdef CONFIG_PPC_PMAC #ifdef CONFIG_PPC_PMAC
extern unsigned long agp_special_page; extern unsigned long agp_special_page;
EXPORT_SYMBOL_NOVERS(agp_special_page); EXPORT_SYMBOL(agp_special_page);
#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