Commit 770a4241 authored by David S. Miller's avatar David S. Miller

sparc64: Add missing null terminating entry to bq4802_match[].

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 398cf93a
......@@ -490,6 +490,7 @@ static struct of_device_id __initdata bq4802_match[] = {
.name = "rtc",
.compatible = "bq4802",
},
{},
};
static struct of_platform_driver bq4802_driver = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment