net: sh-eth: Remove bd_t from sh_eth_config()
authorNobuhiro Iwamatsu <[email protected]>
Thu, 30 Nov 2017 23:08:47 +0000 (08:08 +0900)
committerJoe Hershberger <[email protected]>
Mon, 15 Jan 2018 18:05:24 +0000 (12:05 -0600)
commit9b5f9ecf6e7e2af0d395e10323b14d77fc0c9a9b
tree28ce40fab4bcca66cb8a23c4d7078d684a599ced
parentdc14867d0ffea3e4ffcda669780d85bb160871b0
net: sh-eth: Remove bd_t from sh_eth_config()

bd_t is not used in sh_eth_config(). This deletes bd_t from sh_eth_config()

Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
drivers/net/sh_eth.c