diff options
author | Paul Mackerras <paulus@samba.org> | 2007-10-12 02:40:13 +0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-10-12 02:40:13 +0400 |
commit | 895532a166010d8d8b4d58d63d21012eced22492 (patch) | |
tree | 708097789ac9cb2670407b12ee37b8653385b5e6 /arch/powerpc/platforms/52xx/efika.c | |
parent | ad656887e22390c64276e0a0057541aec701422c (diff) | |
parent | e1eea9fa00da50ed3dfb64ce669e9ae0b70c0629 (diff) | |
download | linux-895532a166010d8d8b4d58d63d21012eced22492.tar.xz |
Merge branch 'for-2.6.24' of git://git.secretlab.ca/git/linux-2.6-mpc52xx into for-2.6.24
Diffstat (limited to 'arch/powerpc/platforms/52xx/efika.c')
-rw-r--r-- | arch/powerpc/platforms/52xx/efika.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/arch/powerpc/platforms/52xx/efika.c b/arch/powerpc/platforms/52xx/efika.c index 0b1e60a010ba..a0da70c8b502 100644 --- a/arch/powerpc/platforms/52xx/efika.c +++ b/arch/powerpc/platforms/52xx/efika.c @@ -9,33 +9,16 @@ * kind, whether express or implied. */ -#include <linux/errno.h> -#include <linux/kernel.h> -#include <linux/slab.h> -#include <linux/reboot.h> #include <linux/init.h> #include <linux/utsrelease.h> -#include <linux/seq_file.h> -#include <linux/string.h> -#include <linux/root_dev.h> -#include <linux/initrd.h> -#include <linux/timer.h> #include <linux/pci.h> - -#include <asm/io.h> -#include <asm/irq.h> -#include <asm/sections.h> -#include <asm/pci-bridge.h> -#include <asm/pgtable.h> +#include <linux/of.h> #include <asm/prom.h> #include <asm/time.h> #include <asm/machdep.h> #include <asm/rtas.h> -#include <asm/of_device.h> -#include <asm/of_platform.h> #include <asm/mpc52xx.h> - #define EFIKA_PLATFORM_NAME "Efika" |