aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/ppc_ksyms.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/kernel/ppc_ksyms.c')
-rw-r--r--arch/ppc/kernel/ppc_ksyms.c22
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/ppc/kernel/ppc_ksyms.c b/arch/ppc/kernel/ppc_ksyms.c
index 683e028000e9..865ba74991a9 100644
--- a/arch/ppc/kernel/ppc_ksyms.c
+++ b/arch/ppc/kernel/ppc_ksyms.c
@@ -29,7 +29,6 @@
29#include <linux/adb.h> 29#include <linux/adb.h>
30#include <linux/cuda.h> 30#include <linux/cuda.h>
31#include <linux/pmu.h> 31#include <linux/pmu.h>
32#include <asm/prom.h>
33#include <asm/system.h> 32#include <asm/system.h>
34#include <asm/pci-bridge.h> 33#include <asm/pci-bridge.h>
35#include <asm/irq.h> 34#include <asm/irq.h>
@@ -207,27 +206,6 @@ EXPORT_SYMBOL(adb_try_handler_change);
207EXPORT_SYMBOL(cuda_request); 206EXPORT_SYMBOL(cuda_request);
208EXPORT_SYMBOL(cuda_poll); 207EXPORT_SYMBOL(cuda_poll);
209#endif /* CONFIG_ADB_CUDA */ 208#endif /* CONFIG_ADB_CUDA */
210#ifdef CONFIG_PPC_OF
211EXPORT_SYMBOL(find_devices);
212EXPORT_SYMBOL(find_type_devices);
213EXPORT_SYMBOL(find_compatible_devices);
214EXPORT_SYMBOL(find_path_device);
215EXPORT_SYMBOL(device_is_compatible);
216EXPORT_SYMBOL(machine_is_compatible);
217EXPORT_SYMBOL(find_all_nodes);
218EXPORT_SYMBOL(get_property);
219EXPORT_SYMBOL(request_OF_resource);
220EXPORT_SYMBOL(release_OF_resource);
221EXPORT_SYMBOL(of_find_node_by_name);
222EXPORT_SYMBOL(of_find_node_by_type);
223EXPORT_SYMBOL(of_find_compatible_node);
224EXPORT_SYMBOL(of_find_node_by_path);
225EXPORT_SYMBOL(of_find_all_nodes);
226EXPORT_SYMBOL(of_get_parent);
227EXPORT_SYMBOL(of_get_next_child);
228EXPORT_SYMBOL(of_node_get);
229EXPORT_SYMBOL(of_node_put);
230#endif /* CONFIG_PPC_OF */
231#if defined(CONFIG_BOOTX_TEXT) 209#if defined(CONFIG_BOOTX_TEXT)
232EXPORT_SYMBOL(btext_update_display); 210EXPORT_SYMBOL(btext_update_display);
233#endif 211#endif