提交 d08336e9 编写于 作者: A Akinobu Mita 提交者: David S. Miller

starfire: use PCI_VDEVICE

Signed-off-by: NAkinobu Mita <akinobu.mita@gmail.com>
Cc: Ion Badulescu <ionut@badula.org>
Cc: "David S. Miller" <davem@davemloft.net>
Cc: netdev@vger.kernel.org
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 6a499b24
...@@ -302,7 +302,7 @@ enum chipset { ...@@ -302,7 +302,7 @@ enum chipset {
}; };
static DEFINE_PCI_DEVICE_TABLE(starfire_pci_tbl) = { static DEFINE_PCI_DEVICE_TABLE(starfire_pci_tbl) = {
{ 0x9004, 0x6915, PCI_ANY_ID, PCI_ANY_ID, 0, 0, CH_6915 }, { PCI_VDEVICE(ADAPTEC, 0x6915), CH_6915 },
{ 0, } { 0, }
}; };
MODULE_DEVICE_TABLE(pci, starfire_pci_tbl); MODULE_DEVICE_TABLE(pci, starfire_pci_tbl);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册