net: phy: smsc: Move SMSC PHY constants to <linux/smscphy.h>
authorJavier Martinez Canillas <javier@dowhile0.org>
Wed, 4 Jan 2012 01:23:18 +0000 (20:23 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 Jan 2012 01:23:18 +0000 (20:23 -0500)
SMSC generation 4 LAN chips integrate an IEEE 802.3 ethernet physical layer.
The ethernet driver for this family of devices needs to access the SMSC PHY
registers and bit-fields.

So, this patch moves these constants to a place where it can be used for both
the PHY and LAN drivers.

Signed-off-by: Javier Martinez Canillas <javier@dowhile0.org>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found