diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-09-28 03:49:14 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-10-28 02:03:49 -0400 |
commit | cf8e56bf5b60dba5ba11db83ca7f1df884e568e5 (patch) | |
tree | ba541e82a35036913cc6a1e14989254e09ecdc76 /arch/sh/boards | |
parent | 2854aedd05255f3142167f4ac715ab67ee569004 (diff) |
sh: modify the asm/sh_eth.h to linux/sh_eth.h in some boards
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/boards')
-rw-r--r-- | arch/sh/boards/board-espt.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-ecovec24/setup.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-se/7724/setup.c | 2 | ||||
-rw-r--r-- | arch/sh/boards/mach-sh7763rdp/setup.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/arch/sh/boards/board-espt.c b/arch/sh/boards/board-espt.c index 9da92ac36533..b3ae9d38cbc0 100644 --- a/arch/sh/boards/board-espt.c +++ b/arch/sh/boards/board-espt.c | |||
@@ -13,9 +13,9 @@ | |||
13 | #include <linux/interrupt.h> | 13 | #include <linux/interrupt.h> |
14 | #include <linux/mtd/physmap.h> | 14 | #include <linux/mtd/physmap.h> |
15 | #include <linux/io.h> | 15 | #include <linux/io.h> |
16 | #include <linux/sh_eth.h> | ||
16 | #include <asm/machvec.h> | 17 | #include <asm/machvec.h> |
17 | #include <asm/sizes.h> | 18 | #include <asm/sizes.h> |
18 | #include <asm/sh_eth.h> | ||
19 | 19 | ||
20 | /* NOR Flash */ | 20 | /* NOR Flash */ |
21 | static struct mtd_partition espt_nor_flash_partitions[] = { | 21 | static struct mtd_partition espt_nor_flash_partitions[] = { |
diff --git a/arch/sh/boards/mach-ecovec24/setup.c b/arch/sh/boards/mach-ecovec24/setup.c index 22faf2a2d8fc..92ddce4b3456 100644 --- a/arch/sh/boards/mach-ecovec24/setup.c +++ b/arch/sh/boards/mach-ecovec24/setup.c | |||
@@ -28,13 +28,13 @@ | |||
28 | #include <linux/spi/mmc_spi.h> | 28 | #include <linux/spi/mmc_spi.h> |
29 | #include <linux/input.h> | 29 | #include <linux/input.h> |
30 | #include <linux/input/sh_keysc.h> | 30 | #include <linux/input/sh_keysc.h> |
31 | #include <linux/sh_eth.h> | ||
31 | #include <video/sh_mobile_lcdc.h> | 32 | #include <video/sh_mobile_lcdc.h> |
32 | #include <sound/sh_fsi.h> | 33 | #include <sound/sh_fsi.h> |
33 | #include <media/sh_mobile_ceu.h> | 34 | #include <media/sh_mobile_ceu.h> |
34 | #include <media/tw9910.h> | 35 | #include <media/tw9910.h> |
35 | #include <media/mt9t112.h> | 36 | #include <media/mt9t112.h> |
36 | #include <asm/heartbeat.h> | 37 | #include <asm/heartbeat.h> |
37 | #include <asm/sh_eth.h> | ||
38 | #include <asm/clock.h> | 38 | #include <asm/clock.h> |
39 | #include <asm/suspend.h> | 39 | #include <asm/suspend.h> |
40 | #include <cpu/sh7724.h> | 40 | #include <cpu/sh7724.h> |
diff --git a/arch/sh/boards/mach-se/7724/setup.c b/arch/sh/boards/mach-se/7724/setup.c index d00756728bd2..b747c0ab9264 100644 --- a/arch/sh/boards/mach-se/7724/setup.c +++ b/arch/sh/boards/mach-se/7724/setup.c | |||
@@ -23,12 +23,12 @@ | |||
23 | #include <linux/input.h> | 23 | #include <linux/input.h> |
24 | #include <linux/input/sh_keysc.h> | 24 | #include <linux/input/sh_keysc.h> |
25 | #include <linux/usb/r8a66597.h> | 25 | #include <linux/usb/r8a66597.h> |
26 | #include <linux/sh_eth.h> | ||
26 | #include <video/sh_mobile_lcdc.h> | 27 | #include <video/sh_mobile_lcdc.h> |
27 | #include <media/sh_mobile_ceu.h> | 28 | #include <media/sh_mobile_ceu.h> |
28 | #include <sound/sh_fsi.h> | 29 | #include <sound/sh_fsi.h> |
29 | #include <asm/io.h> | 30 | #include <asm/io.h> |
30 | #include <asm/heartbeat.h> | 31 | #include <asm/heartbeat.h> |
31 | #include <asm/sh_eth.h> | ||
32 | #include <asm/clock.h> | 32 | #include <asm/clock.h> |
33 | #include <asm/suspend.h> | 33 | #include <asm/suspend.h> |
34 | #include <cpu/sh7724.h> | 34 | #include <cpu/sh7724.h> |
diff --git a/arch/sh/boards/mach-sh7763rdp/setup.c b/arch/sh/boards/mach-sh7763rdp/setup.c index f3d828f133e5..dd036f1661db 100644 --- a/arch/sh/boards/mach-sh7763rdp/setup.c +++ b/arch/sh/boards/mach-sh7763rdp/setup.c | |||
@@ -17,8 +17,8 @@ | |||
17 | #include <linux/mtd/physmap.h> | 17 | #include <linux/mtd/physmap.h> |
18 | #include <linux/fb.h> | 18 | #include <linux/fb.h> |
19 | #include <linux/io.h> | 19 | #include <linux/io.h> |
20 | #include <linux/sh_eth.h> | ||
20 | #include <mach/sh7763rdp.h> | 21 | #include <mach/sh7763rdp.h> |
21 | #include <asm/sh_eth.h> | ||
22 | #include <asm/sh7760fb.h> | 22 | #include <asm/sh7760fb.h> |
23 | 23 | ||
24 | /* NOR Flash */ | 24 | /* NOR Flash */ |