diff options
author | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:28:23 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2006-09-27 13:28:23 +0900 |
commit | 3530570fd43632b60b00e5ea17519d2bd69d1434 (patch) | |
tree | 47b2199a54cb013f60024892649b650abb0cc669 /arch/sh/boards/renesas/systemh | |
parent | 5c930e8cbfaa9dfdf9fa082fd891c6e3ab6ef2fc (diff) |
sh: Kill off dead code for SE and SystemH boards.
Some of these have suffered some bitrot, and so there is
some degree of dead code that has been left sitting around,
clean it up..
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/renesas/systemh')
-rw-r--r-- | arch/sh/boards/renesas/systemh/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/renesas/systemh/io.c b/arch/sh/boards/renesas/systemh/io.c index cf979011aa9..85511576d41 100644 --- a/arch/sh/boards/renesas/systemh/io.c +++ b/arch/sh/boards/renesas/systemh/io.c @@ -15,7 +15,7 @@ #include <asm/io.h> #include <linux/pci.h> -#include "../../drivers/pci/pci-sh7751.h" +#include "../../../drivers/pci/pci-sh7751.h" /* * The 7751 SystemH Engine uses the built-in PCI controller (PCIC) |