aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2007-12-17 18:04:34 -0500
committerPaul Mackerras <paulus@samba.org>2007-12-20 00:17:51 -0500
commit70e47528aa0eb5ef63fef6ee0d30065d9e09f3e5 (patch)
tree03df23ce197df1ffbc4369fc00264cf5fa118b24 /arch
parentf3d711aa02791ca5efa33112994063c9aeaf39ee (diff)
[POWERPC] holly.c: Remove unnecessary include of linux/ide.h
There's nothing in holly.c that needs linux/ide.h, just remove it from the list of includes. Signed-off-by: Olof Johansson <olof@lixom.net> Acked-by: Josh Boyer <jwboyer@linux.vnet.ibm.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/powerpc/platforms/embedded6xx/holly.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/embedded6xx/holly.c b/arch/powerpc/platforms/embedded6xx/holly.c
index ce91787f3c7c..b21fde589ca7 100644
--- a/arch/powerpc/platforms/embedded6xx/holly.c
+++ b/arch/powerpc/platforms/embedded6xx/holly.c
@@ -20,7 +20,6 @@
20#include <linux/console.h> 20#include <linux/console.h>
21#include <linux/delay.h> 21#include <linux/delay.h>
22#include <linux/irq.h> 22#include <linux/irq.h>
23#include <linux/ide.h>
24#include <linux/seq_file.h> 23#include <linux/seq_file.h>
25#include <linux/root_dev.h> 24#include <linux/root_dev.h>
26#include <linux/serial.h> 25#include <linux/serial.h>