From: Gabor Juhos 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: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=cc2bb2488b5437be391d2a1e5c019f3d08093c27 generic: ocf: restore terminating entry of pci_id_table in hifnHIPP SVN-Revision: 32680 --- 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);