diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2011-09-28 09:49:14 +0200 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-10-28 08:03:49 +0200 |
commit | cf8e56bf5b60dba5ba11db83ca7f1df884e568e5 (patch) | |
tree | ba541e82a35036913cc6a1e14989254e09ecdc76 /arch/sh/boards/mach-sh7763rdp | |
parent | sh: pfc: Remove unused gpio_in_use member (diff) | |
download | linux-cf8e56bf5b60dba5ba11db83ca7f1df884e568e5.tar.xz linux-cf8e56bf5b60dba5ba11db83ca7f1df884e568e5.zip |
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/mach-sh7763rdp')
-rw-r--r-- | arch/sh/boards/mach-sh7763rdp/setup.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ #include <linux/mtd/physmap.h> #include <linux/fb.h> #include <linux/io.h> +#include <linux/sh_eth.h> #include <mach/sh7763rdp.h> -#include <asm/sh_eth.h> #include <asm/sh7760fb.h> /* NOR Flash */ |