From: David S. Miller Date: Tue, 5 Jul 2005 21:24:35 +0000 (-0700) Subject: [SKGE]: Fix build on big-endian X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=a31488ca4b8476a8dd301b21388631df52d05c5a;p=linux-edison.git [SKGE]: Fix build on big-endian Missing PCI_REV_DESC define. Signed-off-by: David S. Miller --- diff --git a/drivers/net/skge.h b/drivers/net/skge.h index 14d0cc01fb9..fced3d2bc07 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 | \