diff options
| author | David S. Miller <davem@davemloft.net> | 2005-07-05 17:24:35 -0400 |
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2005-07-05 17:24:35 -0400 |
| commit | a31488ca4b8476a8dd301b21388631df52d05c5a (patch) | |
| tree | 8d17f78784eb12ffb7f69ed30e71c2c2a138d187 | |
| parent | 023e09a767a89bf1b8646307410852d93fd72f00 (diff) | |
[SKGE]: Fix build on big-endian
Missing PCI_REV_DESC define.
Signed-off-by: David S. Miller <davem@davemloft.net>
| -rw-r--r-- | drivers/net/skge.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/skge.h b/drivers/net/skge.h index 14d0cc01fb9a..fced3d2bc072 100644 --- a/drivers/net/skge.h +++ b/drivers/net/skge.h | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | /* PCI config registers */ | 7 | /* PCI config registers */ |
| 8 | #define PCI_DEV_REG1 0x40 | 8 | #define PCI_DEV_REG1 0x40 |
| 9 | #define PCI_DEV_REG2 0x44 | 9 | #define PCI_DEV_REG2 0x44 |
| 10 | #define PCI_REV_DESC 0x4 | ||
| 10 | 11 | ||
| 11 | #define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \ | 12 | #define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \ |
| 12 | PCI_STATUS_SIG_SYSTEM_ERROR | \ | 13 | PCI_STATUS_SIG_SYSTEM_ERROR | \ |
