[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:
parent
e55274f3cb
commit
16a8769cd9
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue