projects
/
platform
/
upstream
/
kernel-adaptation-pc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ababda0
)
[P54PCI]: terminate pci table
author
Andrew Morton
<akpm@linux-foundation.org>
Sun, 16 Sep 2007 22:08:37 +0000
(15:08 -0700)
committer
David S. Miller
<davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:52:19 +0000
(16:52 -0700)
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/wireless/p54pci.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/p54pci.c
b/drivers/net/wireless/p54pci.c
index
e9ecc66
..
7592758
100644
(file)
--- a/
drivers/net/wireless/p54pci.c
+++ b/
drivers/net/wireless/p54pci.c
@@
-37,6
+37,7
@@
static struct pci_device_id p54p_table[] __devinitdata = {
{ PCI_DEVICE(0x1260, 0x3877) },
/* Intersil PRISM Javelin/Xbow Wireless LAN adapter */
{ PCI_DEVICE(0x1260, 0x3886) },
+ { },
};
MODULE_DEVICE_TABLE(pci, p54p_table);