drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE()
Commit865a21a5e3
overwrote commita3aa18842a
Fix it. Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
acbbf1f1fd
commit
dfa1a04109
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
|
Loading…
Add table
Reference in a new issue