aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup_64.c
diff options
context:
space:
mode:
authorOlaf Hering <olaf@aepfle.de>2007-03-23 01:11:59 +0100
committerPaul Mackerras <paulus@samba.org>2007-04-13 03:55:14 +1000
commit8545cd201134860b1eb72578419f5cbd4c0789c0 (patch)
tree78817b7163d21bf9f29e04577ffb609b3d9608f4 /arch/powerpc/kernel/setup_64.c
parent[POWERPC] PMU LED whitelisting of PowerMac 7,2 and 7,3 (diff)
downloadlinux-dev-8545cd201134860b1eb72578419f5cbd4c0789c0.tar.xz
linux-dev-8545cd201134860b1eb72578419f5cbd4c0789c0.zip
[POWERPC] Remove unused inclusion of linux/ide.h
Remove unneeded inclusion of linux/ide.h It does not compile with CONFIG_BLOCK=n. Remove asm/ide.h from ksyms file, it gets included earlier via linux/ide.h. Compile tested with all defconfig files. Signed-off-by: Olaf Hering <olaf@aepfle.de> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/kernel/setup_64.c')
-rw-r--r--arch/powerpc/kernel/setup_64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/setup_64.c b/arch/powerpc/kernel/setup_64.c
index 3733de30e84d..3c0c7f435844 100644
--- a/arch/powerpc/kernel/setup_64.c
+++ b/arch/powerpc/kernel/setup_64.c
@@ -20,7 +20,6 @@
#include <linux/reboot.h>
#include <linux/delay.h>
#include <linux/initrd.h>
-#include <linux/ide.h>
#include <linux/seq_file.h>
#include <linux/ioport.h>
#include <linux/console.h>