From b9248a425e7f72d240d11852c72c44bae4d38bac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20=C3=85strand?= Date: Wed, 18 May 2022 16:05:16 +0200 Subject: Add sentinel entry to dt array Change-Id: Ic5d98c108593a16034c7dbc18043bbee13c31833 --- remoteproc/ethosu_remoteproc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/remoteproc/ethosu_remoteproc.c b/remoteproc/ethosu_remoteproc.c index 0418ef4..3b45071 100644 --- a/remoteproc/ethosu_remoteproc.c +++ b/remoteproc/ethosu_remoteproc.c @@ -260,6 +260,7 @@ static int ethosu_rproc_of_memory_translations(struct platform_device *pdev, static const struct of_device_id ethosu_rproc_match[] = { { .compatible = "arm,ethosu-rproc" }, + { /* sentinel */ }, }; static int ethosu_rproc_probe(struct platform_device *pdev) -- cgit v1.2.1