diff options
-rw-r--r-- | drivers/uio/uio_cif.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/uio/uio_cif.c b/drivers/uio/uio_cif.c index 4a5a97eb8bd6..57376060b978 100644 --- a/drivers/uio/uio_cif.c +++ b/drivers/uio/uio_cif.c | |||
@@ -15,10 +15,6 @@ | |||
15 | 15 | ||
16 | #include <asm/io.h> | 16 | #include <asm/io.h> |
17 | 17 | ||
18 | #ifndef PCI_DEVICE_ID_PLX_9030 | ||
19 | #define PCI_DEVICE_ID_PLX_9030 0x9030 | ||
20 | #endif | ||
21 | |||
22 | #define PLX9030_INTCSR 0x4C | 18 | #define PLX9030_INTCSR 0x4C |
23 | #define INTSCR_INT1_ENABLE 0x01 | 19 | #define INTSCR_INT1_ENABLE 0x01 |
24 | #define INTSCR_INT1_STATUS 0x04 | 20 | #define INTSCR_INT1_STATUS 0x04 |