]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sparc64: Add missing null terminating entry to bq4802_match[].
authorDavid S. Miller <davem@davemloft.net>
Fri, 31 Oct 2008 05:58:06 +0000 (22:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 31 Oct 2008 05:58:06 +0000 (22:58 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
arch/sparc64/kernel/time.c

index dfd1b33e770a690dc9e263671a708b921350c465..141da375909129dea0ab0fffc9d5359d85e9a039 100644 (file)
@@ -490,6 +490,7 @@ static struct of_device_id __initdata bq4802_match[] = {
                .name = "rtc",
                .compatible = "bq4802",
        },
+       {},
 };
 
 static struct of_platform_driver bq4802_driver = {