From: juhosg Date: Thu, 12 Jul 2012 08:34:23 +0000 (+0000) Subject: generic: ocf: restore terminating entry of pci_id_table in hifnHIPP X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=7f1dc18d4bedbf4f5411dc1efeb055881012d1f1;p=openwrt.git 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 --- 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);