Skip to content

Commit

Permalink
[SKGE]: Fix build on big-endian
Browse files Browse the repository at this point in the history
Missing PCI_REV_DESC define.

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 5, 2005
1 parent 023e09a commit a31488c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/net/skge.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
/* PCI config registers */
#define PCI_DEV_REG1 0x40
#define PCI_DEV_REG2 0x44
#define PCI_REV_DESC 0x4

#define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \
PCI_STATUS_SIG_SYSTEM_ERROR | \
Expand Down

0 comments on commit a31488c

Please sign in to comment.