From: Joe Perches Date: Thu, 18 Feb 2010 02:48:11 +0000 (-0800) Subject: drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE() X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=dfa1a041094f4a6e5845a19a1b10e317676722e7;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE() Commit 865a21a5e3d1b384c559a44c898fcad93e187b82 overwrote commit a3aa18842a5303fc28fcc4d57dbd16618bd830a0 Fix it. Signed-off-by: Joe Perches Signed-off-by: David S. Miller --- diff --git a/drivers/net/tehuti.c b/drivers/net/tehuti.c index b295b926bc45..2517cc00ac2a 100644 --- a/drivers/net/tehuti.c +++ b/drivers/net/tehuti.c @@ -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},