Skip to content

Commit

Permalink
nozomi: Tidy up the PCI table
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Mar 2, 2010
1 parent e8c65d1 commit b2a3dbc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions drivers/char/nozomi.c
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,6 @@ static int debug;
#define RECEIVE_BUF_MAX 4


/* Define all types of vendors and devices to support */
#define VENDOR1 0x1931 /* Vendor Option */
#define DEVICE1 0x000c /* HSDPA card */

#define R_IIR 0x0000 /* Interrupt Identity Register */
#define R_FCR 0x0000 /* Flow Control Register */
#define R_IER 0x0004 /* Interrupt Enable Register */
Expand Down Expand Up @@ -407,7 +403,7 @@ struct buffer {

/* Global variables */
static const struct pci_device_id nozomi_pci_tbl[] __devinitconst = {
{PCI_DEVICE(VENDOR1, DEVICE1)},
{PCI_DEVICE(0x1931, 0x000c)}, /* Nozomi HSDPA */
{},
};

Expand Down

0 comments on commit b2a3dbc

Please sign in to comment.