starfire: use PCI_VDEVICE
Signed-off-by: Akinobu 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: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
6a499b242f
commit
d08336e999
@@ -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);
|
||||||
|
Reference in New Issue
Block a user