diff options
Diffstat (limited to 'drivers/uio/uio_cif.c')
-rw-r--r-- | drivers/uio/uio_cif.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/drivers/uio/uio_cif.c b/drivers/uio/uio_cif.c index 838bae460831..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 |
@@ -116,7 +112,7 @@ static void hilscher_pci_remove(struct pci_dev *dev) | |||
116 | kfree (info); | 112 | kfree (info); |
117 | } | 113 | } |
118 | 114 | ||
119 | static struct pci_device_id hilscher_pci_ids[] = { | 115 | static struct pci_device_id hilscher_pci_ids[] __devinitdata = { |
120 | { | 116 | { |
121 | .vendor = PCI_VENDOR_ID_PLX, | 117 | .vendor = PCI_VENDOR_ID_PLX, |
122 | .device = PCI_DEVICE_ID_PLX_9030, | 118 | .device = PCI_DEVICE_ID_PLX_9030, |