staging: rtl8192e: Remove macro already in the kernel
Signed-off-by: Mike McCormack <mikem@ring3k.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
76e8cd248f
commit
cf3d3d38e7
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue