diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-07-12 08:34:23 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-07-12 08:34:23 +0000 |
commit | 5327743b3245e26706e579f3fb2a205d19f8987b (patch) | |
tree | 3fd22d3b08435dff559e6000d16f46274a978d20 /target/linux/generic | |
parent | 920c9f257734516f0e13132f2f064f5095602677 (diff) | |
download | master-187ad058-5327743b3245e26706e579f3fb2a205d19f8987b.tar.gz master-187ad058-5327743b3245e26706e579f3fb2a205d19f8987b.tar.bz2 master-187ad058-5327743b3245e26706e579f3fb2a205d19f8987b.zip |
generic: ocf: restore terminating entry of pci_id_table in hifnHIPP
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32680 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c b/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c index 4d6950ac36..a69e630e9e 100644 --- a/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c +++ b/target/linux/generic/files/crypto/ocf/hifn/hifnHIPP.c @@ -383,6 +383,7 @@ static struct pci_device_id hipp_pci_tbl[] = { PCI_ANY_ID, PCI_ANY_ID, 0, 0, }, { PCI_VENDOR_HIFN, PCI_PRODUCT_HIFN_8155, PCI_ANY_ID, PCI_ANY_ID, 0, 0, }, + { 0 }, /* terminating entry */ }; MODULE_DEVICE_TABLE(pci, hipp_pci_tbl); |