diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-05-05 09:03:59 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-05-05 09:03:59 +0000 |
commit | 4510d8838bdf133b407d7380309f701bd85ad808 (patch) | |
tree | ec8f36497dde71bba5abba308d68bf730d9c1d55 /target/linux/generic-2.6/files/crypto/ocf | |
parent | a2d45593b75e2cce3ce75ba1b2856ff75903e1e8 (diff) | |
download | upstream-4510d8838bdf133b407d7380309f701bd85ad808.tar.gz upstream-4510d8838bdf133b407d7380309f701bd85ad808.tar.bz2 upstream-4510d8838bdf133b407d7380309f701bd85ad808.zip |
fix build error on hifnHIPP spotted by buildbot
SVN-Revision: 21373
Diffstat (limited to 'target/linux/generic-2.6/files/crypto/ocf')
-rw-r--r-- | target/linux/generic-2.6/files/crypto/ocf/hifn/hifnHIPP.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic-2.6/files/crypto/ocf/hifn/hifnHIPP.c b/target/linux/generic-2.6/files/crypto/ocf/hifn/hifnHIPP.c index 45ad7bacfa..a11b2368e7 100644 --- a/target/linux/generic-2.6/files/crypto/ocf/hifn/hifnHIPP.c +++ b/target/linux/generic-2.6/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 } }; MODULE_DEVICE_TABLE(pci, hipp_pci_tbl); |