Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 14198dd6 authored by Axel Lin's avatar Axel Lin Committed by Herbert Xu
Browse files

crypto: picoxcell - Add terminating entry for platform_device_id table



The platform_device_id table is supposed to be zero-terminated.

Signed-off-by: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarJamie Iles <jamie@jamieiles.com>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent d87d7712
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1863,6 +1863,7 @@ static int __devexit spacc_remove(struct platform_device *pdev)
static const struct platform_device_id spacc_id_table[] = {
	{ "picochip,spacc-ipsec", },
	{ "picochip,spacc-l2", },
	{ }
};

static struct platform_driver spacc_driver = {