Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d08336e9 authored by Akinobu Mita's avatar Akinobu Mita Committed by David S. Miller
Browse files

starfire: use PCI_VDEVICE



Signed-off-by: default avatarAkinobu 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: default avatarDavid S. Miller <davem@davemloft.net>
parent 6a499b24
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -302,7 +302,7 @@ enum chipset {
};

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, }
};
MODULE_DEVICE_TABLE(pci, starfire_pci_tbl);