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);