sh_eth: remove mask fields from 'struct bb_info'
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>
Mon, 7 Dec 2015 21:40:19 +0000 (00:40 +0300)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Dec 2015 02:55:05 +0000 (21:55 -0500)
commit3242e2b46d297e48846022694502d9023c22f6c1
treef2c4a9a2f64794b78df1de9f8e69983131eb0ca5
parent3cdb73091767649ffd706a5caa3e75a411176f29
sh_eth: remove mask fields from 'struct bb_info'

The MDIO control bits are always mapped to the same bits of the same register
(PIR), so there's no need to store their masks in the 'struct bb_info'...

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