habanalabs: add missing MODULE_DEVICE_TABLE
PCI drivers should use this define to declare their PCI ID table. Reviewed-by: Tomer Tayar <ttayar@habana.ai> Signed-off-by: Oded Gabbay <oded.gabbay@gmail.com>
This commit is contained in:
parent
0a62c3926e
commit
824b457839
|
@ -47,6 +47,7 @@ static const struct pci_device_id ids[] = {
|
|||
{ PCI_DEVICE(PCI_VENDOR_ID_HABANALABS, PCI_IDS_GAUDI), },
|
||||
{ 0, }
|
||||
};
|
||||
MODULE_DEVICE_TABLE(pci, ids);
|
||||
|
||||
/*
|
||||
* get_asic_type - translate device id to asic type
|
||||
|
|
Loading…
Reference in New Issue