Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ioat: remove unused #defines

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>

authored by

Jon Mason and committed by
Jiri Kosina
ff8dd30f e09a8417

-4
-4
drivers/dma/ioat/hw.h
··· 22 22 #define _IOAT_HW_H_ 23 23 24 24 /* PCI Configuration Space Values */ 25 - #define IOAT_PCI_VID 0x8086 26 25 #define IOAT_MMIO_BAR 0 27 26 28 27 /* CB device ID's */ ··· 30 31 #define IOAT_PCI_DID_SCNB 0x65FF 31 32 #define IOAT_PCI_DID_SNB 0x402F 32 33 33 - #define IOAT_PCI_RID 0x00 34 - #define IOAT_PCI_SVID 0x8086 35 - #define IOAT_PCI_SID 0x8086 36 34 #define IOAT_VER_1_2 0x12 /* Version 1.2 */ 37 35 #define IOAT_VER_2_0 0x20 /* Version 2.0 */ 38 36 #define IOAT_VER_3_0 0x30 /* Version 3.0 */