PCI: Move PCI_VENDOR_ID_REDHAT definition to pci_ids.h
Instead of duplicating the PCI_VENDOR_ID_REDHAT definition everywhere, move it to include/linux/pci_ids.h. [bhelgaas: also update MDPY_PCI_VENDOR_ID] Link: https://lore.kernel.org/r/1594195170-11119-1-git-send-email-chenhc@lemote.com Signed-off-by: Huacai Chen <chenhc@lemote.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
committed by
Bjorn Helgaas
parent
c7c337c5ed
commit
2575b2f3ee
@@ -9,7 +9,7 @@
|
||||
*/
|
||||
|
||||
/* pci ids */
|
||||
#define MDPY_PCI_VENDOR_ID 0x1b36 /* redhat */
|
||||
#define MDPY_PCI_VENDOR_ID PCI_VENDOR_ID_REDHAT
|
||||
#define MDPY_PCI_DEVICE_ID 0x000f
|
||||
#define MDPY_PCI_SUBVENDOR_ID PCI_SUBVENDOR_ID_REDHAT_QUMRANET
|
||||
#define MDPY_PCI_SUBDEVICE_ID PCI_SUBDEVICE_ID_QEMU
|
||||
|
||||
Reference in New Issue
Block a user