PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.h
authorVitaly Kuznetsov <vkuznets@redhat.com>
Sat, 27 Aug 2022 13:03:43 +0000 (15:03 +0200)
committerWei Liu <wei.liu@kernel.org>
Mon, 5 Sep 2022 17:00:54 +0000 (17:00 +0000)
commit8409fe92d88c332923130149fe209d1c882b286e
treec1eae7331b2d784f6c77e8bc2752db0216c83ba3
parent2258954234db7530e9d86bb32cd6ad54485ff926
PCI: Move PCI_VENDOR_ID_MICROSOFT/PCI_DEVICE_ID_HYPERV_VIDEO definitions to pci_ids.h

There are already three places in kernel which define
PCI_VENDOR_ID_MICROSOFT and two for PCI_DEVICE_ID_HYPERV_VIDEO and
there's a need to use these from core VMBus code. Move the defines where
they belong.

No functional change.

Reviewed-by: Michael Kelley <mikelley@microsoft.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com> # pci_ids.h
Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Link: https://lore.kernel.org/r/20220827130345.1320254-2-vkuznets@redhat.com
Signed-off-by: Wei Liu <wei.liu@kernel.org>
drivers/gpu/drm/hyperv/hyperv_drm_drv.c
drivers/net/ethernet/microsoft/mana/gdma_main.c
drivers/video/fbdev/hyperv_fb.c
include/linux/pci_ids.h