mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 16:41:58 +00:00
tehuti: shorten PCI device table.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
5d472b7377
commit
a355d865f9
@ -67,10 +67,10 @@
|
||||
#include "tehuti.h"
|
||||
|
||||
static DEFINE_PCI_DEVICE_TABLE(bdx_pci_tbl) = {
|
||||
{0x1FC9, 0x3009, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
|
||||
{0x1FC9, 0x3010, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
|
||||
{0x1FC9, 0x3014, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0},
|
||||
{0}
|
||||
{ PCI_VDEVICE(TEHUTI, 0x3009), },
|
||||
{ PCI_VDEVICE(TEHUTI, 0x3010), },
|
||||
{ PCI_VDEVICE(TEHUTI, 0x3014), },
|
||||
{ 0 }
|
||||
};
|
||||
|
||||
MODULE_DEVICE_TABLE(pci, bdx_pci_tbl);
|
||||
|
Loading…
Reference in New Issue
Block a user