commit | c5ed53687b39c195b4730de8c0355c1b78054ba6 | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Mon Mar 07 21:59:38 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 14 14:10:14 2011 -0700 |
tree | 273acc9e661d8d50ce3ccddcb18d933e387eeb5b | |
parent | 4986b996882d82c68ab54b822d7cfdd7dd35f19a [diff] |
net: sh_eth: remove almost #ifdef of SH7763 The SH7763 has GETHER. So the specification of some registers differs than other CPUs. This patch removes almost #ifdef of CONFIG_CPU_SUBTYPE_SH7763. Then we are able to add other CPU's GETHER easily. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>