* [PATCH] Remove needless PCI_DEVICE_ID definition from uio_cif.c
@ 2008-02-03 0:48 Hans-Jürgen Koch
0 siblings, 0 replies; only message in thread
From: Hans-Jürgen Koch @ 2008-02-03 0:48 UTC (permalink / raw)
To: linux-kernel; +Cc: Greg Kroah-Hartman, Benedikt Spranger
From: Hans J. Koch <hjk@linutronix.de>
CC: Greg Kroah-Hartman <gregkh@suse.de>
CC: Benedikt Spranger <b.spranger@linutronix.de>
Subject: Remove needless PCI_DEVICE_ID definition from uio_cif.c
Date: Sun, 03 Feb 2008 01:37:58 +0100
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>
---
drivers/uio/uio_cif.c | 4 ----
1 file changed, 4 deletions(-)
Index: linux-2.6.25-rc/drivers/uio/uio_cif.c
===================================================================
--- linux-2.6.25-rc.orig/drivers/uio/uio_cif.c 2008-02-03
01:29:55.000000000 +0100 +++
linux-2.6.25-rc/drivers/uio/uio_cif.c 2008-02-03
01:31:00.000000000 +0100 @@ -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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-03 0:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-03 0:48 [PATCH] Remove needless PCI_DEVICE_ID definition from uio_cif.c Hans-Jürgen Koch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox