drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE()
authorJoe Perches <joe@perches.com>
Thu, 18 Feb 2010 02:48:11 +0000 (18:48 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Feb 2010 02:48:11 +0000 (18:48 -0800)
Commit 865a21a5e3d1b384c559a44c898fcad93e187b82 overwrote
commit a3aa18842a5303fc28fcc4d57dbd16618bd830a0

Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tehuti.c

index b295b92..2517cc0 100644 (file)
@@ -66,7 +66,7 @@
 
 #include "tehuti.h"
 
-static struct pci_device_id __devinitdata bdx_pci_tbl[] = {
+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},