commit | 150647fb2c313d7c5184fca3fa0829a4a7d6f7bc | [log] [tgz] |
---|---|---|
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | Wed Feb 15 17:54:56 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Feb 16 17:08:09 2012 -0500 |
tree | 6bd3edfbc652b6e5321b33d333b67769e3534f18 | |
parent | 3acbc9715a5ac8a2534a69eb3488b63b7c9fb1e2 [diff] |
net: sh_eth: change the condition of initialization The SH7757 has 2 Fast Ethernet and 2 Gigabit Ethernet, and the first Gigabit channel needs the initialization. So, this patch adds the parameter of "needs_init", and if the sh_eth_plat_data is set it to 1, the driver will initialize the channel. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Signed-off-by: David S. Miller <davem@davemloft.net>