staging: comedi: adv_pci1724: remove PCI_VENDOR_ID_ADVANTECH define
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Thu, 20 Nov 2014 22:10:51 +0000 (15:10 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 26 Nov 2014 23:36:41 +0000 (15:36 -0800)
This define is already in pci_ids.h. Remove the duplicate in this driver.

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Reviewed-by: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/adv_pci1724.c

index 26341358458ff4fcb925a5560d74c4b0e8b6f816..b7c20c93081b0a0aab88ac1d8333645729bad690 100644 (file)
@@ -57,8 +57,6 @@ supported PCI devices are configured as comedi devices automatically.
 
 #include "../comedidev.h"
 
-#define PCI_VENDOR_ID_ADVANTECH        0x13fe
-
 /* register offsets */
 enum board_registers {
        DAC_CONTROL_REG = 0x0,
This page took 0.025073 seconds and 5 git commands to generate.