summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorAndrew Morton2007-09-17 00:08:37 +0200
committerDavid S. Miller2007-10-11 01:52:19 +0200
commit90f4dd0f4ba910b86f387874ed990ca69c0951a5 (patch)
tree492ef70ed0ba10f6f181e1ea335c95ebab4a5cae /drivers
parent[ZD1211RD]: add USB id for Telegent TG54USB WLAN adapter (diff)
downloadkernel-qcow2-linux-90f4dd0f4ba910b86f387874ed990ca69c0951a5.tar.gz
kernel-qcow2-linux-90f4dd0f4ba910b86f387874ed990ca69c0951a5.tar.xz
kernel-qcow2-linux-90f4dd0f4ba910b86f387874ed990ca69c0951a5.zip
[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>
Diffstat (limited to 'drivers')
-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 = {
{ PCI_DEVICE(0x1260, 0x3877) },
/* Intersil PRISM Javelin/Xbow Wireless LAN adapter */
{ PCI_DEVICE(0x1260, 0x3886) },
+ { },
};
MODULE_DEVICE_TABLE(pci, p54p_table);