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 <zajec5@gmail.com> SVN-Revision: 47047
This commit is contained in:
parent
941505c94b
commit
792f31bd10
1 changed files with 1 additions and 1 deletions
|
@ -178,7 +178,7 @@ static struct proc_dir_entry *procdebug;
|
||||||
static struct ssb_device_id ubsec_ssb_tbl[] = {
|
static struct ssb_device_id ubsec_ssb_tbl[] = {
|
||||||
/* Broadcom BCM5365P IPSec Core */
|
/* Broadcom BCM5365P IPSec Core */
|
||||||
SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_IPSEC, SSB_ANY_REV),
|
SSB_DEVICE(SSB_VENDOR_BROADCOM, SSB_DEV_IPSEC, SSB_ANY_REV),
|
||||||
SSB_DEVTABLE_END
|
{},
|
||||||
};
|
};
|
||||||
|
|
||||||
static struct ssb_driver ubsec_ssb_driver = {
|
static struct ssb_driver ubsec_ssb_driver = {
|
||||||
|
|
Loading…
Reference in a new issue