[trusty-virtio] Add null terminator to of_device_id table

Bug: 122515813
Change-Id: I00eb5ce5f25b26c60aa323d9753e4656191849f5
Signed-off-by: Roberto Pereira <rpere@google.com>
This commit is contained in:
Roberto Pereira 2019-01-23 12:57:35 -08:00 committed by xxmustafacooTR
parent e55274f3cb
commit 16a8769cd9
No known key found for this signature in database
GPG key ID: 520B6FE385CBF5C9

View file

@ -713,6 +713,7 @@ static const struct of_device_id trusty_of_match[] = {
{ {
.compatible = "android,trusty-virtio-v1", .compatible = "android,trusty-virtio-v1",
}, },
{},
}; };
MODULE_DEVICE_TABLE(of, trusty_of_match); MODULE_DEVICE_TABLE(of, trusty_of_match);