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

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2008-10-30 22:58:06 -07:00
parent 398cf93a39
commit 770a424112

View file

@ -490,6 +490,7 @@ static struct of_device_id __initdata bq4802_match[] = {
.name = "rtc",
.compatible = "bq4802",
},
{},
};
static struct of_platform_driver bq4802_driver = {