aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2005-07-05 14:24:35 -0700
committerDavid S. Miller <davem@davemloft.net>2005-07-05 14:24:35 -0700
commita31488ca4b8476a8dd301b21388631df52d05c5a (patch)
tree8d17f78784eb12ffb7f69ed30e71c2c2a138d187 /drivers/net
parent[PKT_SCHED]: Report rate estimator configuration errors during qdisc allocation (diff)
downloadlinux-dev-a31488ca4b8476a8dd301b21388631df52d05c5a.tar.xz
linux-dev-a31488ca4b8476a8dd301b21388631df52d05c5a.zip
[SKGE]: Fix build on big-endian
Missing PCI_REV_DESC define. Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net')
-rw-r--r--drivers/net/skge.h1
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 @@
/* 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 | \