diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-10-03 13:50:32 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-10-03 13:50:32 -0400 |
commit | d39d0ed196aa1685bb24771e92f78633c66ac9cb (patch) | |
tree | 4f03e2de9eb3f1a8dc781c6ef6a7b38b5643f7b9 /arch/sh/boards/mach-x3proto | |
parent | 532f3759d71d1fceb494212187dacc5a78295dc3 (diff) |
sh: mach-x3proto: Move the ilsel header to a better place.
We'll be adding more headers for this board, so move this over to its own
directory.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards/mach-x3proto')
-rw-r--r-- | arch/sh/boards/mach-x3proto/ilsel.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-x3proto/setup.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/sh/boards/mach-x3proto/ilsel.c b/arch/sh/boards/mach-x3proto/ilsel.c index 5c9842704c60..aa8eb7e54280 100644 --- a/arch/sh/boards/mach-x3proto/ilsel.c +++ b/arch/sh/boards/mach-x3proto/ilsel.c | |||
@@ -14,7 +14,7 @@ | |||
14 | #include <linux/module.h> | 14 | #include <linux/module.h> |
15 | #include <linux/bitmap.h> | 15 | #include <linux/bitmap.h> |
16 | #include <linux/io.h> | 16 | #include <linux/io.h> |
17 | #include <asm/ilsel.h> | 17 | #include <mach/ilsel.h> |
18 | 18 | ||
19 | /* | 19 | /* |
20 | * ILSEL is split across: | 20 | * ILSEL is split across: |
diff --git a/arch/sh/boards/mach-x3proto/setup.c b/arch/sh/boards/mach-x3proto/setup.c index 21f1bb67248e..8fd75109bdc6 100644 --- a/arch/sh/boards/mach-x3proto/setup.c +++ b/arch/sh/boards/mach-x3proto/setup.c | |||
@@ -18,7 +18,7 @@ | |||
18 | #include <linux/interrupt.h> | 18 | #include <linux/interrupt.h> |
19 | #include <linux/usb/r8a66597.h> | 19 | #include <linux/usb/r8a66597.h> |
20 | #include <linux/usb/m66592.h> | 20 | #include <linux/usb/m66592.h> |
21 | #include <asm/ilsel.h> | 21 | #include <mach/ilsel.h> |
22 | #include <asm/smp-ops.h> | 22 | #include <asm/smp-ops.h> |
23 | 23 | ||
24 | static struct resource heartbeat_resources[] = { | 24 | static struct resource heartbeat_resources[] = { |