提交 6506cbca 编写于 作者: R Roland Dreier 提交者: Dan Williams

Add MODULE_DEVICE_TABLE() so ioatdma module is autoloaded

The ioatdma module is missing aliases for the PCI devices it supports,
so it is not autoloaded on boot.  Add a MODULE_DEVICE_TABLE() to get
these aliases.
Signed-off-by: NRoland Dreier <rolandd@cisco.com>
Signed-off-by: NDan Williams <dan.j.williams@intel.com>
上级 e3232714
......@@ -73,6 +73,7 @@ static struct pci_device_id ioat_pci_tbl[] = {
{ 0, }
};
MODULE_DEVICE_TABLE(pci, ioat_pci_tbl);
static int __devinit ioat_pci_probe(struct pci_dev *pdev,
const struct pci_device_id *id);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册