Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 162354
b: refs/heads/master
c: 4dd0084
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Greg Kroah-Hartman committed Sep 15, 2009
1 parent b89262a commit 98e3f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 11 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 137cf5b22f5fd38751265eae881749c311d27c75
refs/heads/master: 4dd00845690a6744dbd879fa49584c49098823d8
8 changes: 1 addition & 7 deletions trunk/drivers/staging/rar/rar_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@
#include <linux/sched.h>
#include "rar_driver.h"

/* PCI vendor id for controler */
#define VENDOR_ID 0x8086

/* PCI device id for controler */
#define DEVICE_ID 0x4110

/* The following defines are for the IPC process to retrieve RAR in */

/* === Lincroft Message Bus Interface === */
Expand Down Expand Up @@ -77,7 +71,7 @@ static void __exit rar_exit_handler(void);
static int __devinit rar_probe(struct pci_dev *pdev, const struct pci_device_id *ent);

static struct pci_device_id rar_pci_id_tbl[] = {
{ PCI_DEVICE(VENDOR_ID, DEVICE_ID) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x4110) },
{ 0 }
};

Expand Down
4 changes: 1 addition & 3 deletions trunk/drivers/staging/sep/sep_ext_with_pci_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,6 @@ static unsigned long CRYS_SEP_ROM[] = {

irqreturn_t sep_inthandler(int irq , void* dev_id);

/* NOTE - must be defined specific to the board */
#define VENDOR_ID 0x8086

/* io memory (register area) */
static unsigned long io_memory_start_physical_address;
Expand Down Expand Up @@ -134,7 +132,7 @@ static int __devinit sep_probe(struct pci_dev *pdev,
const struct pci_device_id *ent);

static struct pci_device_id sep_pci_id_tbl[] = {
{ PCI_DEVICE(VENDOR_ID, 0x080c) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x080c) },
{ 0 }
};

Expand Down

0 comments on commit 98e3f01

Please sign in to comment.