Skip to content

Commit

Permalink
drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE()
Browse files Browse the repository at this point in the history
Commit 865a21a overwrote
commit a3aa188

Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Joe Perches authored and David S. Miller committed Feb 18, 2010
1 parent acbbf1f commit dfa1a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/tehuti.c
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down

0 comments on commit dfa1a04

Please sign in to comment.