Skip to content

Commit

Permalink
fix breakage in pegasos_eth
Browse files Browse the repository at this point in the history
Fix fallout from commit b45d914
("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>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 28, 2007
1 parent 6e1b97d commit 30e69bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions include/linux/mv643xx_eth.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#define MV643XX_ETH_NAME "mv643xx_eth"
#define MV643XX_ETH_SHARED_REGS 0x2000
#define MV643XX_ETH_SHARED_REGS_SIZE 0x2000
#define MV643XX_ETH_BAR_4 0x220
#define MV643XX_ETH_SIZE_REG_4 0x224
#define MV643XX_ETH_BASE_ADDR_ENABLE_REG 0x0290

struct mv643xx_eth_platform_data {
int port_number;
Expand Down

0 comments on commit 30e69bf

Please sign in to comment.