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 | e9af3400160554dd7fc93661837607c3dcf84959 (patch) | |
tree | f402645c265375530129234122e712f2183a7831 /target/linux | |
parent | d3c8852fd16710f6ca592659257db913e84571b5 (diff) | |
download | upstream-e9af3400160554dd7fc93661837607c3dcf84959.tar.gz upstream-e9af3400160554dd7fc93661837607c3dcf84959.tar.bz2 upstream-e9af3400160554dd7fc93661837607c3dcf84959.zip |
generic: ocf: restore terminating entry of pci_id_table in hifnHIPP
SVN-Revision: 32680
Diffstat (limited to 'target/linux')
-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); |