]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - drivers/staging/rar/rar_driver.c
Staging: rar/sep: Don't use random VENDOR_ID macros but the proper names
[mv-sheeva.git] / drivers / staging / rar / rar_driver.c
index 0428bce5d2139e3bb70419e7e065a079790ddd4a..9805d74bd3411a168d97f02931251f662576f93d 100644 (file)
 #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 === */
@@ -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 }
 };