diff options
author | Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> | 2011-11-01 01:54:38 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-11-01 03:01:10 -0400 |
commit | 389cc10cbdde1a9225eac51318fb30e2039135ad (patch) | |
tree | 1f220b1b836a185c99f12f5865df2773783a9c9d /arch/sh | |
parent | a102a0888799d389c033fe22db3f1e153390fcc5 (diff) |
sh: modify the asm/sh_eth.h to linux/sh_eth.h in sh7757lcr
Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh')
-rw-r--r-- | arch/sh/boards/board-sh7757lcr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/boards/board-sh7757lcr.c b/arch/sh/boards/board-sh7757lcr.c index fa2a208ec6cb..ec8c84c14b17 100644 --- a/arch/sh/boards/board-sh7757lcr.c +++ b/arch/sh/boards/board-sh7757lcr.c | |||
@@ -18,8 +18,8 @@ | |||
18 | #include <linux/mmc/host.h> | 18 | #include <linux/mmc/host.h> |
19 | #include <linux/mmc/sh_mmcif.h> | 19 | #include <linux/mmc/sh_mmcif.h> |
20 | #include <linux/mmc/sh_mobile_sdhi.h> | 20 | #include <linux/mmc/sh_mobile_sdhi.h> |
21 | #include <linux/sh_eth.h> | ||
21 | #include <cpu/sh7757.h> | 22 | #include <cpu/sh7757.h> |
22 | #include <asm/sh_eth.h> | ||
23 | #include <asm/heartbeat.h> | 23 | #include <asm/heartbeat.h> |
24 | 24 | ||
25 | static struct resource heartbeat_resource = { | 25 | static struct resource heartbeat_resource = { |