]> git.baikalelectronics.ru Git - kernel.git/commit
sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Sun, 24 Apr 2016 16:11:07 +0000 (19:11 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Apr 2016 19:22:14 +0000 (15:22 -0400)
commitf67c6f1cdd9343f780416915246821f3776b2d84
tree84736939a59bdf99a492f4ce0c047d6e091d6153
parent01cca5b4f12cc1d335e4b6adbee852f5649daf6b
sh_eth: get rid of the 2nd parameter to sh_eth_dev_init()

sh_eth_dev_init()  is now always called with  'true' as the  2nd argument,
so that there's no more sense in having 2 parameters to this function...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/renesas/sh_eth.c