Commit 1a07a27277bb41a4e91460693c4b3d67bf862489
Committed by
Jiri Kosina
1 parent
54ebfd5781
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
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>
Showing 1 changed file with 0 additions and 9 deletions Side-by-side Diff
drivers/scsi/gdth.h
... | ... | @@ -49,15 +49,6 @@ |
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 */ |