mv643xx_eth: get rid of individual port config register bit defines
authorLennert Buytenhek <buytenh@wantstofly.org>
Sat, 31 May 2008 23:22:06 +0000 (01:22 +0200)
committerLennert Buytenhek <buytenh@wantstofly.org>
Thu, 12 Jun 2008 06:40:24 +0000 (08:40 +0200)
commitd9a073ea166983e180438e2989b07ec1b70bc1f5
treee635bef8f56b0fcc23348225da77d4294790b046
parent3cb4667c5b35ad3cafe57f24dab5284056d89df1
mv643xx_eth: get rid of individual port config register bit defines

The mv643xx_eth driver only ever changes bit 0 of the port config
register at run time, the rest of the register bits are fixed (and
always zero).  Document the meaning of the chosen default value,
and get rid of all the defines for each of the individual bits.

Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Acked-by: Dale Farnsworth <dale@farnsworth.org>
drivers/net/mv643xx_eth.c