Browse Source

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

Signed-off-by: David S. Miller <davem@davemloft.net>
David S. Miller 16 years ago
parent
commit
770a424112
1 changed files with 1 additions and 0 deletions
  1. 1 0
      arch/sparc64/kernel/time.c

+ 1 - 0
arch/sparc64/kernel/time.c

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