The vendor id is used in 2 differrent source files, the SNET vdpa driver and pci quirks. Signed-off-by: Alvaro Karsz <alvaro.karsz@xxxxxxxxxxxxx> --- include/linux/pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index b362d90eb9b..33bbe3160b4 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -3115,4 +3115,6 @@ #define PCI_VENDOR_ID_NCUBE 0x10ff +#define PCI_VENDOR_ID_SOLIDRUN 0xd063 + #endif /* _LINUX_PCI_IDS_H */ -- 2.32.0