aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-08-05 18:17:00 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-08-05 18:17:00 +0200
commit0e25f710618ce919ac5ae4850c90d3fca19565c3 (patch)
treed539971218ef8d8bc5570603af7f57fc5d3db97f /arch/xtensa
parentide: fix regression caused by ide_device_{get,put}() addition (take 2) (diff)
downloadlinux-dev-0e25f710618ce919ac5ae4850c90d3fca19565c3.tar.xz
linux-dev-0e25f710618ce919ac5ae4850c90d3fca19565c3.zip
remove unneeded #include <linux/ide.h>'s
This patch remove unneeded #include <linux/ide.h>'s. It also adds a required #include <linux/interrupt.h> that was previously implicitely pulled by ide.h Signed-off-by: Adrian Bunk <bunk@kernel.org> [bart: revert change to tests/lkdtm.c (spotted by Stephen Rothwell)] Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'arch/xtensa')
-rw-r--r--arch/xtensa/kernel/xtensa_ksyms.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/xtensa/kernel/xtensa_ksyms.c b/arch/xtensa/kernel/xtensa_ksyms.c
index 6e52cdd6166f..c9a7c5b74a0d 100644
--- a/arch/xtensa/kernel/xtensa_ksyms.c
+++ b/arch/xtensa/kernel/xtensa_ksyms.c
@@ -18,7 +18,6 @@
#include <linux/interrupt.h>
#include <asm/irq.h>
#include <linux/in6.h>
-#include <linux/ide.h>
#include <asm/uaccess.h>
#include <asm/checksum.h>