]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/sh_eth.h
net: sh_eth: Fix compile error sh_eth
[linux-2.6-omap-h63xx.git] / drivers / net / sh_eth.h
index ca2db6bb3c616ecc50ced9dc8c0f59babb0c375a..e01e1c3477156612f3563977fc5efb9eb04bfbd0 100644 (file)
@@ -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