From 4dd00845690a6744dbd879fa49584c49098823d8 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Thu, 6 Aug 2009 20:44:37 +0100 Subject: Staging: rar/sep: Don't use random VENDOR_ID macros but the proper names Signed-off-by: Alan Cox Signed-off-by: Greg Kroah-Hartman --- drivers/staging/rar/rar_driver.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'drivers/staging/rar/rar_driver.c') diff --git a/drivers/staging/rar/rar_driver.c b/drivers/staging/rar/rar_driver.c index 0428bce5d21..9805d74bd34 100644 --- a/drivers/staging/rar/rar_driver.c +++ b/drivers/staging/rar/rar_driver.c @@ -17,12 +17,6 @@ #include #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 === */ @@ -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 } }; -- cgit v1.2.3