netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE()
@ 2010-02-18  2:08 Joe Perches
  2010-02-18  2:48 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2010-02-18  2:08 UTC (permalink / raw)
  To: David Miller; +Cc: Alexey Dobriyan, netdev

Commit 865a21a5e3d1b384c559a44c898fcad93e187b82 overwrote
commit a3aa18842a5303fc28fcc4d57dbd16618bd830a0

Fix it.

Signed-off-by: Joe Perches <joe@perches.com>
---
 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 b295b92..2517cc0 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},
-- 
1.7.0.14.g7e948


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE()
  2010-02-18  2:08 [PATCH] drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE() Joe Perches
@ 2010-02-18  2:48 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2010-02-18  2:48 UTC (permalink / raw)
  To: joe; +Cc: adobriyan, netdev

From: Joe Perches <joe@perches.com>
Date: Wed, 17 Feb 2010 18:08:55 -0800

> Commit 865a21a5e3d1b384c559a44c898fcad93e187b82 overwrote
> commit a3aa18842a5303fc28fcc4d57dbd16618bd830a0
> 
> Fix it.
> 
> Signed-off-by: Joe Perches <joe@perches.com>

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-18  2:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-18  2:08 [PATCH] drivers/net/tehuti.c: Reapply use DEFINE_PCI_DEVICE_TABLE() Joe Perches
2010-02-18  2:48 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).