From: rmilecki Date: Fri, 25 Sep 2015 04:22:13 +0000 (+0000) Subject: kernel: crypto: fix ubsec_ssb.c compilation with 4.0+ X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=662ed935b00d87c50d87a20ad99e97ed613f6abf;hp=d90f5dd729e2ec4963f5bf6a5103e9c9ee3d0206;p=openwrt-working-2016%2F.git kernel: crypto: fix ubsec_ssb.c compilation with 4.0+ SSB_DEVTABLE_END was removed in 4.0 by upstream commit 673e2baaa6d9 ("treewide: Remove unnecessary SSB_DEVTABLE_END macro"). Signed-off-by: Rafał Miłecki git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47047 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c b/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c index a81594e593..e557e7aad7 100644 --- a/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c +++ b/target/linux/generic/files/crypto/ocf/ubsec_ssb/ubsec_ssb.c @@ -178,7 +178,7 @@ static struct proc_dir_entry *procdebug; static struct ssb_device_id ubsec_ssb_tbl[] = { /* Broadcom BCM5365P IPSec Core */ SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_IPSEC, SSB_ANY_REV), - SSB_DEVTABLE_END + {}, }; static struct ssb_driver ubsec_ssb_driver = {