staging: rtl8192e: Remove macro already in the kernel
authorMike McCormack <mikem@ring3k.org>
Mon, 26 Jul 2010 13:58:26 +0000 (22:58 +0900)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 26 Jul 2010 22:45:11 +0000 (15:45 -0700)
Signed-off-by: Mike McCormack <mikem@ring3k.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/rtl8192e/r8192E_core.c

index f1248fb2e4a0a056c2cc7893031a97d3b5a34c16..be0293d1d8d0030228dd4fc65501f29797e602ad 100644 (file)
@@ -92,11 +92,7 @@ u32 rt_global_debug_component = \
                        //      COMP_POWER_TRACKING     |
                         //     COMP_INTR       |
                                COMP_ERR ; //always open err flags on
-#ifndef PCI_DEVICE
-#define PCI_DEVICE(vend,dev)\
-       .vendor=(vend),.device=(dev),\
-       .subvendor=PCI_ANY_ID,.subdevice=PCI_ANY_ID
-#endif
+
 static const struct pci_device_id rtl8192_pci_id_tbl[] __devinitdata = {
 #ifdef RTL8190P
        /* Realtek */
This page took 0.030883 seconds and 5 git commands to generate.