ioat: remove unused #defines
authorJon Mason <jdmason@kudzu.us>
Tue, 10 Jul 2012 22:31:32 +0000 (15:31 -0700)
committerJiri Kosina <jkosina@suse.cz>
Sat, 1 Sep 2012 15:45:38 +0000 (08:45 -0700)
IOAT has a redefine of PCI Vendor, PCI Subvendor, etc for
PCI_VENDOR_ID_INTEL but they are never used.  Remove them.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/dma/ioat/hw.h

index 60e675455b6aa13d10aef2fe50b753fbe0a5942d..d2ff3fda0b18c3b7c8ca1d2fe656ecc53bea0ba3 100644 (file)
@@ -22,7 +22,6 @@
 #define _IOAT_HW_H_
 
 /* PCI Configuration Space Values */
-#define IOAT_PCI_VID            0x8086
 #define IOAT_MMIO_BAR          0
 
 /* CB device ID's */
@@ -31,9 +30,6 @@
 #define IOAT_PCI_DID_SCNB       0x65FF
 #define IOAT_PCI_DID_SNB        0x402F
 
-#define IOAT_PCI_RID            0x00
-#define IOAT_PCI_SVID           0x8086
-#define IOAT_PCI_SID            0x8086
 #define IOAT_VER_1_2            0x12    /* Version 1.2 */
 #define IOAT_VER_2_0            0x20    /* Version 2.0 */
 #define IOAT_VER_3_0            0x30    /* Version 3.0 */
This page took 0.02746 seconds and 5 git commands to generate.