Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix breakage in pegasos_eth | Al Viro | 2007-10-27 | 1 | -0/+3 |
| | | | | | | | | Fix fallout from commit b45d9147f1582333e180e1023624c003874b7312 ("mv643xx_eth: Remove unused register defines") Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org> | ||||
* | mv643xx_eth: Split off mv643xx_eth platform device data | Lennert Buytenhek | 2007-10-23 | 1 | -0/+31 |
The mv643xx ethernet silicon block is also found in a couple of other Marvell chips. As a first step towards splitting off the mv643xx_eth bits from the rest of the mv643xx bits, this patch splits the mv643xx ethernet platform device data struct in linux/mv643xx.h off into linux/mv643xx_eth.h, and includes the latter from the former. Signed-off-by: Lennert Buytenhek <buytenh@marvell.com> Acked-by: Tzachi Perelstein <tzachi@marvell.com> Signed-off-by: Dale Farnsworth <dale@farnsworth.org> |