[SKGE]: Fix build on big-endian
Missing PCI_REV_DESC define. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
023e09a767
commit
a31488ca4b
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
||||||
/* PCI config registers */
|
/* PCI config registers */
|
||||||
#define PCI_DEV_REG1 0x40
|
#define PCI_DEV_REG1 0x40
|
||||||
#define PCI_DEV_REG2 0x44
|
#define PCI_DEV_REG2 0x44
|
||||||
|
#define PCI_REV_DESC 0x4
|
||||||
|
|
||||||
#define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \
|
#define PCI_STATUS_ERROR_BITS (PCI_STATUS_DETECTED_PARITY | \
|
||||||
PCI_STATUS_SIG_SYSTEM_ERROR | \
|
PCI_STATUS_SIG_SYSTEM_ERROR | \
|
||||||
|
|
Loading…
Reference in a new issue