PCI: Move PCI_VENDOR_ID_VMWARE to pci_ids.h
authorFrancesco Ruggeri <fruggeri@arista.com>
Wed, 24 Sep 2014 17:12:41 +0000 (10:12 -0700)
committerBjorn Helgaas <bhelgaas@google.com>
Wed, 24 Sep 2014 17:52:09 +0000 (11:52 -0600)
Move PCI_VENDOR_ID_VMWARE from device-specific files to pci_ids.h.
It is useful to always have access to it, especially when accessing
subsystem_vendor_id on emulated devices.

[bhelgaas: keep pci_ids.h sorted and use lower-case hex]
Signed-off-by: Francesco Ruggeri <fruggeri@arista.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>

No differences found