Skip to content

Commit

Permalink
sparc64: Add missing null terminating entry to bq4802_match[].
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Oct 31, 2008
1 parent 398cf93 commit 770a424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/sparc64/kernel/time.c
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ static struct of_device_id __initdata bq4802_match[] = {
.name = "rtc",
.compatible = "bq4802",
},
{},
};

static struct of_platform_driver bq4802_driver = {
Expand Down

0 comments on commit 770a424

Please sign in to comment.