projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
023e09a
)
[SKGE]: Fix build on big-endian
author
David S. Miller
<davem@davemloft.net>
Tue, 5 Jul 2005 21:24:35 +0000
(14:24 -0700)
committer
David S. Miller
<davem@davemloft.net>
Tue, 5 Jul 2005 21:24:35 +0000
(14:24 -0700)
Missing PCI_REV_DESC define.
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/skge.h
patch
|
blob
|
history
diff --git
a/drivers/net/skge.h
b/drivers/net/skge.h
index 14d0cc01fb9a7ee90abae1648ee7a79746928f0a..fced3d2bc07276fc7b7aecc749630095b26e0c53 100644
(file)
--- 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 | \