aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/ppc_ksyms.c
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2006-03-27 18:22:10 -0500
committerPaul Mackerras <paulus@samba.org>2006-03-27 18:22:10 -0500
commit0a26b1364f14852bc9a51db0ca63c5250c775627 (patch)
tree83422473cb4bf4c450012cded06288a0dc6abedf /arch/ppc/kernel/ppc_ksyms.c
parentff2e6d7e27cf1f757ab0d97e1a9e46de47152a0e (diff)
ppc: Remove CHRP, POWER3 and POWER4 support from arch/ppc
32-bit CHRP machines are now supported only in arch/powerpc, as are all 64-bit PowerPC processors. This means that we don't use Open Firmware on any platform in arch/ppc any more. This makes PReP support a single-platform option like every other platform support option in arch/ppc now, thus CONFIG_PPC_MULTIPLATFORM is gone from arch/ppc. CONFIG_PPC_PREP is the option that selects PReP support and is generally what has replaced CONFIG_PPC_MULTIPLATFORM within arch/ppc. _machine is all but dead now, being #defined to 0. Updated Makefiles, comments and Kconfig options generally to reflect these changes. Signed-off-by: Paul Mackerras <paulus@samba.org>
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