From a355d865f99d0dbbaba5595416e292592bd347dd Mon Sep 17 00:00:00 2001 From: françois romieu Date: Fri, 30 Sep 2011 00:39:23 +0000 Subject: tehuti: shorten PCI device table. Signed-off-by: Francois Romieu Signed-off-by: David S. Miller --- drivers/net/ethernet/tehuti/tehuti.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/net/ethernet/tehuti/tehuti.c b/drivers/net/ethernet/tehuti/tehuti.c index 371ab7abd377..1151cf994cde 100644 --- a/drivers/net/ethernet/tehuti/tehuti.c +++ b/drivers/net/ethernet/tehuti/tehuti.c @@ -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); -- cgit v1.2.3-59-g8ed1b