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

net: sh_eth: move the asm/sh_eth.h to include/linux/

Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by

Yoshihiro Shimoda and committed by
David S. Miller
d4fa0e35 8eac3f60

+1 -8
arch/sh/include/asm/sh_eth.h include/linux/sh_eth.h
+1
drivers/net/ethernet/renesas/sh_eth.c
··· 35 35 #include <linux/pm_runtime.h> 36 36 #include <linux/slab.h> 37 37 #include <linux/ethtool.h> 38 + #include <linux/sh_eth.h> 38 39 39 40 #include "sh_eth.h" 40 41
-8
drivers/net/ethernet/renesas/sh_eth.h
··· 23 23 #ifndef __SH_ETH_H__ 24 24 #define __SH_ETH_H__ 25 25 26 - #include <linux/module.h> 27 - #include <linux/kernel.h> 28 - #include <linux/spinlock.h> 29 - #include <linux/netdevice.h> 30 - #include <linux/phy.h> 31 - 32 - #include <asm/sh_eth.h> 33 - 34 26 #define CARDNAME "sh-eth" 35 27 #define TX_TIMEOUT (5*HZ) 36 28 #define TX_RING_SIZE 64 /* Tx ring size */