tree 8d17f78784eb12ffb7f69ed30e71c2c2a138d187
parent 023e09a767a89bf1b8646307410852d93fd72f00
author David S. Miller <[EMAIL PROTECTED]> Wed, 06 Jul 2005 04:24:35 -0700
committer David S. Miller <[EMAIL PROTECTED]> Wed, 06 Jul 2005 04:24:35 -0700

[SKGE]: Fix build on big-endian

Missing PCI_REV_DESC define.

Signed-off-by: David S. Miller <[EMAIL PROTECTED]>

 drivers/net/skge.h |    1 +
 1 files changed, 1 insertion(+)

diff --git a/drivers/net/skge.h b/drivers/net/skge.h
--- 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 | \
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to