projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2dc034a
)
UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c
author
Hans-Jürgen Koch
<hjk@linutronix.de>
Sun, 3 Feb 2008 00:48:28 +0000
(
01:48
+0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Sun, 20 Apr 2008 02:10:18 +0000
(19:10 -0700)
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>
drivers/uio/uio_cif.c
patch
|
blob
|
history
diff --git
a/drivers/uio/uio_cif.c
b/drivers/uio/uio_cif.c
index 4a5a97eb8bd686c4aa12f544aac6ff2394574429..57376060b97858d3afb10fa9f1ab494cf8a8f34f 100644
(file)
--- a/
drivers/uio/uio_cif.c
+++ b/
drivers/uio/uio_cif.c
@@
-15,10
+15,6
@@
#include <asm/io.h>
-#ifndef PCI_DEVICE_ID_PLX_9030
-#define PCI_DEVICE_ID_PLX_9030 0x9030
-#endif
-
#define PLX9030_INTCSR 0x4C
#define INTSCR_INT1_ENABLE 0x01
#define INTSCR_INT1_STATUS 0x04