| commit | 3ed4111b08050b9baf41116de7dd5bf431d341b2 | [log] [tgz] |
|---|---|---|
| author | Roberto Pereira <rpere@google.com> | Wed Jan 23 12:57:35 2019 -0800 |
| committer | Roberto Pereira <rpere@google.com> | Wed Jan 23 15:46:47 2019 -0800 |
| tree | 4ca8243d9576a383003e3d7d70f6d8fa9ea5d606 | |
| parent | eace41bf639dc5ad4f4a9ffed0a8f9cd6e0889f2 [diff] |
[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);