diff options
Diffstat (limited to 'arch/sh/boards/se')
-rw-r--r-- | arch/sh/boards/se/7343/io.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/se/7343/setup.c | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/arch/sh/boards/se/7343/io.c b/arch/sh/boards/se/7343/io.c index 3a6d11424938..e2fae32d27d7 100644 --- a/arch/sh/boards/se/7343/io.c +++ b/arch/sh/boards/se/7343/io.c | |||
@@ -6,7 +6,7 @@ | |||
6 | */ | 6 | */ |
7 | #include <linux/kernel.h> | 7 | #include <linux/kernel.h> |
8 | #include <asm/io.h> | 8 | #include <asm/io.h> |
9 | #include <asm/mach/se7343.h> | 9 | #include <mach/se7343.h> |
10 | 10 | ||
11 | #define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a) | 11 | #define badio(fn, a) panic("bad i/o operation %s for %08lx.", #fn, a) |
12 | 12 | ||
diff --git a/arch/sh/boards/se/7343/setup.c b/arch/sh/boards/se/7343/setup.c index 8ae718d6c710..59dc92e20f64 100644 --- a/arch/sh/boards/se/7343/setup.c +++ b/arch/sh/boards/se/7343/setup.c | |||
@@ -1,8 +1,8 @@ | |||
1 | #include <linux/init.h> | 1 | #include <linux/init.h> |
2 | #include <linux/platform_device.h> | 2 | #include <linux/platform_device.h> |
3 | #include <linux/mtd/physmap.h> | 3 | #include <linux/mtd/physmap.h> |
4 | #include <asm/machvec.h> | 4 | #include <machvec.h> |
5 | #include <asm/mach/se7343.h> | 5 | #include <mach/se7343.h> |
6 | #include <asm/heartbeat.h> | 6 | #include <asm/heartbeat.h> |
7 | #include <asm/irq.h> | 7 | #include <asm/irq.h> |
8 | #include <asm/io.h> | 8 | #include <asm/io.h> |