]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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 9069c590c9f87cfceecd5a6fc051b0570f23ceef overwrote
commit f89b61eaf355ee5b778f282436a76bcc2afb9a1c

Fix it.

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

index b295b926bc457c261568faefaaed98d676ca44c6..2517cc00ac2a74ea92ebbd8bd80906a03633357d 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},