Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yoshihiro Shimoda and committed by
Paul Mundt
cf8e56bf 2854aedd

+4 -4
+1 -1
arch/sh/boards/board-espt.c
··· 13 13 #include <linux/interrupt.h> 14 14 #include <linux/mtd/physmap.h> 15 15 #include <linux/io.h> 16 + #include <linux/sh_eth.h> 16 17 #include <asm/machvec.h> 17 18 #include <asm/sizes.h> 18 - #include <asm/sh_eth.h> 19 19 20 20 /* NOR Flash */ 21 21 static struct mtd_partition espt_nor_flash_partitions[] = {
+1 -1
arch/sh/boards/mach-ecovec24/setup.c
··· 28 28 #include <linux/spi/mmc_spi.h> 29 29 #include <linux/input.h> 30 30 #include <linux/input/sh_keysc.h> 31 + #include <linux/sh_eth.h> 31 32 #include <video/sh_mobile_lcdc.h> 32 33 #include <sound/sh_fsi.h> 33 34 #include <media/sh_mobile_ceu.h> 34 35 #include <media/tw9910.h> 35 36 #include <media/mt9t112.h> 36 37 #include <asm/heartbeat.h> 37 - #include <asm/sh_eth.h> 38 38 #include <asm/clock.h> 39 39 #include <asm/suspend.h> 40 40 #include <cpu/sh7724.h>
+1 -1
arch/sh/boards/mach-se/7724/setup.c
··· 23 23 #include <linux/input.h> 24 24 #include <linux/input/sh_keysc.h> 25 25 #include <linux/usb/r8a66597.h> 26 + #include <linux/sh_eth.h> 26 27 #include <video/sh_mobile_lcdc.h> 27 28 #include <media/sh_mobile_ceu.h> 28 29 #include <sound/sh_fsi.h> 29 30 #include <asm/io.h> 30 31 #include <asm/heartbeat.h> 31 - #include <asm/sh_eth.h> 32 32 #include <asm/clock.h> 33 33 #include <asm/suspend.h> 34 34 #include <cpu/sh7724.h>
+1 -1
arch/sh/boards/mach-sh7763rdp/setup.c
··· 17 17 #include <linux/mtd/physmap.h> 18 18 #include <linux/fb.h> 19 19 #include <linux/io.h> 20 + #include <linux/sh_eth.h> 20 21 #include <mach/sh7763rdp.h> 21 - #include <asm/sh_eth.h> 22 22 #include <asm/sh7760fb.h> 23 23 24 24 /* NOR Flash */