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/board-espt.c | |
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/board-espt.c')
-rw-r--r-- | arch/sh/boards/board-espt.c | 2 |
1 files changed, 1 insertions, 1 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[] = { |