diff options
author | Xiangliang Yu <yuxiangl@marvell.com> | 2013-03-20 22:34:56 -0600 |
---|---|---|
committer | Ben Hutchings <ben@decadent.org.uk> | 2014-01-03 04:33:24 +0000 |
commit | 56f1f4bb5770a1e7f92c0b631f4579973d271d71 (patch) | |
tree | 72be9390f2a20d5fe076e89464866d9bedee935d /include | |
parent | 6b7cfe5a757a18cfb48311bb60e86b33b04c9394 (diff) |
PCI: Define macro for Marvell vendor ID
commit 8e7ee6f5dfb56a32da760d990be908ed35b1c5bf upstream.
Define PCI_VENDOR_ID_MARVELL_EXT macro for 0x1b4b vendor ID
Signed-off-by: Xiangliang Yu <yuxiangl@marvell.com>
Signed-off-by: Myron Stowe <myron.stowe@redhat.com>
Signed-off-by: Bjorn Helgaas <bhelgaas@google.com>
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 3db3da130c4..d93f41709c4 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1579,6 +1579,7 @@ #define PCI_SUBDEVICE_ID_KEYSPAN_SX2 0x5334 #define PCI_VENDOR_ID_MARVELL 0x11ab +#define PCI_VENDOR_ID_MARVELL_EXT 0x1b4b #define PCI_DEVICE_ID_MARVELL_GT64111 0x4146 #define PCI_DEVICE_ID_MARVELL_GT64260 0x6430 #define PCI_DEVICE_ID_MARVELL_MV64360 0x6460 |