diff options
author | Olaf Hering <olaf@aepfle.de> | 2007-03-22 20:11:59 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-04-12 13:55:14 -0400 |
commit | 8545cd201134860b1eb72578419f5cbd4c0789c0 (patch) | |
tree | 78817b7163d21bf9f29e04577ffb609b3d9608f4 /arch/powerpc/platforms/chrp/pci.c | |
parent | e51b85dcf56c87772b47a0781e6cfa88848b50b8 (diff) |
[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/platforms/chrp/pci.c')
-rw-r--r-- | arch/powerpc/platforms/chrp/pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/chrp/pci.c b/arch/powerpc/platforms/chrp/pci.c index ddb4a116ea89..e2f870800e58 100644 --- a/arch/powerpc/platforms/chrp/pci.c +++ b/arch/powerpc/platforms/chrp/pci.c | |||
@@ -7,7 +7,6 @@ | |||
7 | #include <linux/delay.h> | 7 | #include <linux/delay.h> |
8 | #include <linux/string.h> | 8 | #include <linux/string.h> |
9 | #include <linux/init.h> | 9 | #include <linux/init.h> |
10 | #include <linux/ide.h> | ||
11 | 10 | ||
12 | #include <asm/io.h> | 11 | #include <asm/io.h> |
13 | #include <asm/pgtable.h> | 12 | #include <asm/pgtable.h> |