[trusty-virtio] Add null terminator to of_device_id table

Bug: 122515813
Change-Id: I00eb5ce5f25b26c60aa323d9753e4656191849f5
Signed-off-by: Roberto Pereira <rpere@google.com>
diff --git a/drivers/trusty/trusty-virtio.c b/drivers/trusty/trusty-virtio.c
index ffc1a4a..254a9fe 100644
--- a/drivers/trusty/trusty-virtio.c
+++ b/drivers/trusty/trusty-virtio.c
@@ -713,6 +713,7 @@
 	{
 		.compatible = "android,trusty-virtio-v1",
 	},
+	{},
 };
 
 MODULE_DEVICE_TABLE(of, trusty_of_match);