瀏覽代碼

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>
Hans-Jürgen Koch 17 年之前
父節點
當前提交
a2a6024692
共有 1 個文件被更改,包括 0 次插入4 次删除
  1. 0 4
      drivers/uio/uio_cif.c

+ 0 - 4
drivers/uio/uio_cif.c

@@ -15,10 +15,6 @@
 
 
 #include <asm/io.h>
 #include <asm/io.h>
 
 
-#ifndef PCI_DEVICE_ID_PLX_9030
-#define PCI_DEVICE_ID_PLX_9030	0x9030
-#endif
-
 #define PLX9030_INTCSR		0x4C
 #define PLX9030_INTCSR		0x4C
 #define INTSCR_INT1_ENABLE	0x01
 #define INTSCR_INT1_ENABLE	0x01
 #define INTSCR_INT1_STATUS	0x04
 #define INTSCR_INT1_STATUS	0x04