Skip to content

Commit

Permalink
UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c
Browse files Browse the repository at this point in the history
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 <[email protected]>
CC: Benedikt Spranger <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
Hans-Jürgen Koch authored and gregkh committed Apr 20, 2008
1 parent 2dc034a commit a2a6024
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/uio/uio_cif.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a2a6024

Please sign in to comment.