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

gdt: remove unnecessary #defines

Remove PCI vendor IDs, as they are already defined in pci_ids.h.

Signed-off-by: Jon Mason <jdmason@kudzu.us>
Cc: Achim Leubner <achim_leubner@adaptec.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by

Jon Mason and committed by
Jiri Kosina
1a07a272 54ebfd57

-9
-9
drivers/scsi/gdth.h
··· 49 49 /* GDT_ISA */ 50 50 #define GDT2_ID 0x0120941c /* GDT2000/2020 */ 51 51 52 - /* vendor ID, device IDs (PCI) */ 53 - /* these defines should already exist in <linux/pci.h> */ 54 - #ifndef PCI_VENDOR_ID_VORTEX 55 - #define PCI_VENDOR_ID_VORTEX 0x1119 /* PCI controller vendor ID */ 56 - #endif 57 - #ifndef PCI_VENDOR_ID_INTEL 58 - #define PCI_VENDOR_ID_INTEL 0x8086 59 - #endif 60 - 61 52 #ifndef PCI_DEVICE_ID_VORTEX_GDT60x0 62 53 /* GDT_PCI */ 63 54 #define PCI_DEVICE_ID_VORTEX_GDT60x0 0 /* GDT6000/6020/6050 */