diff options
-rw-r--r-- | arch/sh/boards/board-ap325rxa.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/board-magicpanelr2.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-migor/lcd_qvga.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-migor/setup.c | 2 | ||||
-rw-r--r-- | arch/sh/include/cpu-sh2a/cpu/sh7203.h (renamed from arch/sh/include/asm/sh7203.h) | 0 | ||||
-rw-r--r-- | arch/sh/include/cpu-sh3/cpu/sh7720.h (renamed from arch/sh/include/asm/sh7720.h) | 0 | ||||
-rw-r--r-- | arch/sh/include/cpu-sh4/sh7722.h (renamed from arch/sh/include/asm/sh7722.h) | 0 | ||||
-rw-r--r-- | arch/sh/include/cpu-sh4/sh7723.h (renamed from arch/sh/include/asm/sh7723.h) | 0 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh3/pinmux-sh7720.c | 2 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c | 2 | ||||
-rw-r--r-- | arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c | 2 |
11 files changed, 7 insertions, 7 deletions
diff --git a/arch/sh/boards/board-ap325rxa.c b/arch/sh/boards/board-ap325rxa.c index 84fa8a04eac4..7c7874e6ac36 100644 --- a/arch/sh/boards/board-ap325rxa.c +++ b/arch/sh/boards/board-ap325rxa.c | |||
@@ -24,7 +24,7 @@ | |||
24 | #include <video/sh_mobile_lcdc.h> | 24 | #include <video/sh_mobile_lcdc.h> |
25 | #include <asm/io.h> | 25 | #include <asm/io.h> |
26 | #include <asm/clock.h> | 26 | #include <asm/clock.h> |
27 | #include <asm/sh7723.h> | 27 | #include <cpu/sh7723.h> |
28 | 28 | ||
29 | static struct smc911x_platdata smc911x_info = { | 29 | static struct smc911x_platdata smc911x_info = { |
30 | .flags = SMC911X_USE_32BIT, | 30 | .flags = SMC911X_USE_32BIT, |
diff --git a/arch/sh/boards/board-magicpanelr2.c b/arch/sh/boards/board-magicpanelr2.c index eb0e8e992c29..da6bff83a6ea 100644 --- a/arch/sh/boards/board-magicpanelr2.c +++ b/arch/sh/boards/board-magicpanelr2.c | |||
@@ -20,7 +20,7 @@ | |||
20 | #include <linux/mtd/map.h> | 20 | #include <linux/mtd/map.h> |
21 | #include <asm/magicpanelr2.h> | 21 | #include <asm/magicpanelr2.h> |
22 | #include <asm/heartbeat.h> | 22 | #include <asm/heartbeat.h> |
23 | #include <asm/sh7720.h> | 23 | #include <cpu/sh7720.h> |
24 | 24 | ||
25 | #define LAN9115_READY (ctrl_inl(0xA8000084UL) & 0x00000001UL) | 25 | #define LAN9115_READY (ctrl_inl(0xA8000084UL) & 0x00000001UL) |
26 | 26 | ||
diff --git a/arch/sh/boards/mach-migor/lcd_qvga.c b/arch/sh/boards/mach-migor/lcd_qvga.c index c283cfc2a5c3..71a40710a5aa 100644 --- a/arch/sh/boards/mach-migor/lcd_qvga.c +++ b/arch/sh/boards/mach-migor/lcd_qvga.c | |||
@@ -19,7 +19,7 @@ | |||
19 | #include <linux/module.h> | 19 | #include <linux/module.h> |
20 | #include <linux/gpio.h> | 20 | #include <linux/gpio.h> |
21 | #include <video/sh_mobile_lcdc.h> | 21 | #include <video/sh_mobile_lcdc.h> |
22 | #include <asm/sh7722.h> | 22 | #include <cpu/sh7722.h> |
23 | #include <asm/migor.h> | 23 | #include <asm/migor.h> |
24 | 24 | ||
25 | /* LCD Module is a PH240320T according to board schematics. This module | 25 | /* LCD Module is a PH240320T according to board schematics. This module |
diff --git a/arch/sh/boards/mach-migor/setup.c b/arch/sh/boards/mach-migor/setup.c index 3e3cc9da34ad..d00cce04d6e3 100644 --- a/arch/sh/boards/mach-migor/setup.c +++ b/arch/sh/boards/mach-migor/setup.c | |||
@@ -26,7 +26,7 @@ | |||
26 | #include <asm/io.h> | 26 | #include <asm/io.h> |
27 | #include <asm/sh_keysc.h> | 27 | #include <asm/sh_keysc.h> |
28 | #include <asm/migor.h> | 28 | #include <asm/migor.h> |
29 | #include <asm/sh7722.h> | 29 | #include <cpu/sh7722.h> |
30 | 30 | ||
31 | /* Address IRQ Size Bus Description | 31 | /* Address IRQ Size Bus Description |
32 | * 0x00000000 64MB 16 NOR Flash (SP29PL256N) | 32 | * 0x00000000 64MB 16 NOR Flash (SP29PL256N) |
diff --git a/arch/sh/include/asm/sh7203.h b/arch/sh/include/cpu-sh2a/cpu/sh7203.h index 79f93159018d..79f93159018d 100644 --- a/arch/sh/include/asm/sh7203.h +++ b/arch/sh/include/cpu-sh2a/cpu/sh7203.h | |||
diff --git a/arch/sh/include/asm/sh7720.h b/arch/sh/include/cpu-sh3/cpu/sh7720.h index 41c1406d6da2..41c1406d6da2 100644 --- a/arch/sh/include/asm/sh7720.h +++ b/arch/sh/include/cpu-sh3/cpu/sh7720.h | |||
diff --git a/arch/sh/include/asm/sh7722.h b/arch/sh/include/cpu-sh4/sh7722.h index 4b3096f5307b..4b3096f5307b 100644 --- a/arch/sh/include/asm/sh7722.h +++ b/arch/sh/include/cpu-sh4/sh7722.h | |||
diff --git a/arch/sh/include/asm/sh7723.h b/arch/sh/include/cpu-sh4/sh7723.h index 9d2f6d7aa938..9d2f6d7aa938 100644 --- a/arch/sh/include/asm/sh7723.h +++ b/arch/sh/include/cpu-sh4/sh7723.h | |||
diff --git a/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c b/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c index b66c239509a2..9ca154627147 100644 --- a/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c +++ b/arch/sh/kernel/cpu/sh3/pinmux-sh7720.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
13 | #include <linux/gpio.h> | 13 | #include <linux/gpio.h> |
14 | #include <asm/sh7720.h> | 14 | #include <cpu/sh7720.h> |
15 | 15 | ||
16 | enum { | 16 | enum { |
17 | PINMUX_RESERVED = 0, | 17 | PINMUX_RESERVED = 0, |
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c index 51b12ab58c9e..cb9d07bd59f8 100644 --- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c +++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7722.c | |||
@@ -1,7 +1,7 @@ | |||
1 | #include <linux/init.h> | 1 | #include <linux/init.h> |
2 | #include <linux/kernel.h> | 2 | #include <linux/kernel.h> |
3 | #include <linux/gpio.h> | 3 | #include <linux/gpio.h> |
4 | #include <asm/sh7722.h> | 4 | #include <cpu/sh7722.h> |
5 | 5 | ||
6 | enum { | 6 | enum { |
7 | PINMUX_RESERVED = 0, | 7 | PINMUX_RESERVED = 0, |
diff --git a/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c b/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c index 92a9bc91015f..88bf5ecda849 100644 --- a/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c +++ b/arch/sh/kernel/cpu/sh4a/pinmux-sh7723.c | |||
@@ -11,7 +11,7 @@ | |||
11 | #include <linux/init.h> | 11 | #include <linux/init.h> |
12 | #include <linux/kernel.h> | 12 | #include <linux/kernel.h> |
13 | #include <linux/gpio.h> | 13 | #include <linux/gpio.h> |
14 | #include <asm/sh7723.h> | 14 | #include <cpu/sh7723.h> |
15 | 15 | ||
16 | enum { | 16 | enum { |
17 | PINMUX_RESERVED = 0, | 17 | PINMUX_RESERVED = 0, |