diff options
author | Joe Perches <joe@perches.com> | 2010-02-17 18:48:11 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-17 18:48:11 -0800 |
commit | dfa1a041094f4a6e5845a19a1b10e317676722e7 (patch) | |
tree | 09072e61ebf55b1babb374aad6083d8d751ecb01 | |
parent | acbbf1f1fd63391eeba70fec991568e4334c80d4 (diff) | |
download | linux-3.10-dfa1a041094f4a6e5845a19a1b10e317676722e7.tar.gz linux-3.10-dfa1a041094f4a6e5845a19a1b10e317676722e7.tar.bz2 linux-3.10-dfa1a041094f4a6e5845a19a1b10e317676722e7.zip |
drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE()
Commit 865a21a5e3d1b384c559a44c898fcad93e187b82 overwrote
commit a3aa18842a5303fc28fcc4d57dbd16618bd830a0
Fix it.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r-- | drivers/net/tehuti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/tehuti.c b/drivers/net/tehuti.c index b295b926bc4..2517cc00ac2 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}, |