Commit a2a6024692ec86a9c1452ecf14da7ede0704911a

Authored by Hans-Jürgen Koch
Committed by Greg Kroah-Hartman
1 parent 2dc034a85d

UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c

Meanwhile, PCI_DEVICE_ID_PLX_9030 is defined in pci_ids.h, no need to
define it again in the driver.

Signed-off-by: Hans J. Koch <hjk@linutronix.de>
CC: Benedikt Spranger <b.spranger@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

Showing 1 changed file with 0 additions and 4 deletions Side-by-side Diff

drivers/uio/uio_cif.c
... ... @@ -15,10 +15,6 @@
15 15  
16 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 18 #define PLX9030_INTCSR 0x4C
23 19 #define INTSCR_INT1_ENABLE 0x01
24 20 #define INTSCR_INT1_STATUS 0x04