Commit 70e47528aa0eb5ef63fef6ee0d30065d9e09f3e5

Authored by Olof Johansson
Committed by Paul Mackerras
1 parent f3d711aa02

[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>

Showing 1 changed file with 0 additions and 1 deletions Side-by-side Diff

arch/powerpc/platforms/embedded6xx/holly.c
... ... @@ -20,7 +20,6 @@
20 20 #include <linux/console.h>
21 21 #include <linux/delay.h>
22 22 #include <linux/irq.h>
23   -#include <linux/ide.h>
24 23 #include <linux/seq_file.h>
25 24 #include <linux/root_dev.h>
26 25 #include <linux/serial.h>