From 16a8769cd9ffb879fce716c70f36d2b152d29bcc Mon Sep 17 00:00:00 2001 From: Roberto Pereira Date: Wed, 23 Jan 2019 12:57:35 -0800 Subject: [PATCH] [trusty-virtio] Add null terminator to of_device_id table Bug: 122515813 Change-Id: I00eb5ce5f25b26c60aa323d9753e4656191849f5 Signed-off-by: Roberto Pereira --- drivers/trusty/trusty-virtio.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/trusty/trusty-virtio.c b/drivers/trusty/trusty-virtio.c index 1eb0ac2cde9b..c4a7b35823f2 100644 --- a/drivers/trusty/trusty-virtio.c +++ b/drivers/trusty/trusty-virtio.c @@ -713,6 +713,7 @@ static const struct of_device_id trusty_of_match[] = { { .compatible = "android,trusty-virtio-v1", }, + {}, }; MODULE_DEVICE_TABLE(of, trusty_of_match);