From: Hans-Jürgen Koch Date: Sun, 3 Feb 2008 00:48:28 +0000 (+0100) Subject: UIO: Remove needless PCI_DEVICE_ID definition from uio_cif.c X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a2a6024692ec86a9c1452ecf14da7ede0704911a;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git 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 CC: Benedikt Spranger Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/uio/uio_cif.c b/drivers/uio/uio_cif.c index 4a5a97eb8bd6..57376060b978 100644 --- a/drivers/uio/uio_cif.c +++ b/drivers/uio/uio_cif.c @@ -15,10 +15,6 @@ #include -#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