summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2010-05-05 09:03:59 +0000
committerFlorian Fainelli <florian@openwrt.org>2010-05-05 09:03:59 +0000
commit4510d8838bdf133b407d7380309f701bd85ad808 (patch)
treeec8f36497dde71bba5abba308d68bf730d9c1d55
parenta2d45593b75e2cce3ce75ba1b2856ff75903e1e8 (diff)
downloadmaster-31e0f0ae-4510d8838bdf133b407d7380309f701bd85ad808.tar.gz
master-31e0f0ae-4510d8838bdf133b407d7380309f701bd85ad808.tar.bz2
master-31e0f0ae-4510d8838bdf133b407d7380309f701bd85ad808.zip
fix build error on hifnHIPP spotted by buildbot
SVN-Revision: 21373
-rw-r--r--target/linux/generic-2.6/files/crypto/ocf/hifn/hifnHIPP.c1
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);