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 | 641da1e31a822fff81f9d4153051c9a0d33fe910 (patch) | |
tree | 198d12f587531541b1257817c5c1cca955bfde37 /target/linux | |
parent | 3e2ffbf933f404b08ebc436b260c7309c8a65bda (diff) | |
download | upstream-641da1e31a822fff81f9d4153051c9a0d33fe910.tar.gz upstream-641da1e31a822fff81f9d4153051c9a0d33fe910.tar.bz2 upstream-641da1e31a822fff81f9d4153051c9a0d33fe910.zip |
[kernel] fix build error on hifnHIPP spotted by buildbot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21373 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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); |