net: sh_eth: Fix compile error sh_eth
Fix compile error on sh_eth and remove base address macro. Signed-off-by: Nobuhiro Iwamatsu <iwamatsu.nobuhiro@renesas.com> Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
This commit is contained in:
committed by
Jeff Garzik
parent
b45f87681e
commit
0caa11663c
@@ -40,8 +40,6 @@
|
||||
#define PKT_BUF_SZ 1538
|
||||
|
||||
/* Chip Base Address */
|
||||
#define SH_ETH0_BASE 0xA7000000
|
||||
#define SH_ETH1_BASE 0xA7000400
|
||||
#define SH_TSU_ADDR 0xA7000804
|
||||
|
||||
/* Chip Registers */
|
||||
@@ -462,3 +460,5 @@ static void swaps(char *src, int len)
|
||||
*p = swab32(*p);
|
||||
#endif
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user