aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Morton <akpm@linux-foundation.org>2007-09-16 18:08:37 -0400
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-10 19:52:19 -0400
commit90f4dd0f4ba910b86f387874ed990ca69c0951a5 (patch)
tree492ef70ed0ba10f6f181e1ea335c95ebab4a5cae
parentababda03e1a4c41d75cd86c186025532bf91d057 (diff)
[P54PCI]: terminate pci table
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>
-rw-r--r--drivers/net/wireless/p54pci.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/p54pci.c b/drivers/net/wireless/p54pci.c
index e9ecc663dc70..75927583f766 100644
--- a/drivers/net/wireless/p54pci.c
+++ b/drivers/net/wireless/p54pci.c
@@ -37,6 +37,7 @@ static struct pci_device_id p54p_table[] __devinitdata = {
37 { PCI_DEVICE(0x1260, 0x3877) }, 37 { PCI_DEVICE(0x1260, 0x3877) },
38 /* Intersil PRISM Javelin/Xbow Wireless LAN adapter */ 38 /* Intersil PRISM Javelin/Xbow Wireless LAN adapter */
39 { PCI_DEVICE(0x1260, 0x3886) }, 39 { PCI_DEVICE(0x1260, 0x3886) },
40 { },
40}; 41};
41 42
42MODULE_DEVICE_TABLE(pci, p54p_table); 43MODULE_DEVICE_TABLE(pci, p54p_table);