public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Hans-Jürgen Koch" <hjk@linutronix.de>
To: linux-kernel@vger.kernel.org
Cc: Greg Kroah-Hartman <gregkh@suse.de>,
	Benedikt Spranger <b.spranger@linutronix.de>
Subject: [PATCH] Remove needless PCI_DEVICE_ID definition from uio_cif.c
Date: Sun, 3 Feb 2008 01:48:28 +0100	[thread overview]
Message-ID: <20080203014828.579d6504@dilbert.local> (raw)

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

                 reply	other threads:[~2008-02-03  0:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080203014828.579d6504@dilbert.local \
    --to=hjk@linutronix.de \
    --cc=b.spranger@linutronix.de \
    --cc=gregkh@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox