diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-06-17 03:55:50 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-06-19 11:47:25 -0400 |
commit | 30d2266c685ce9f560e5023e4add58f890554a46 (patch) | |
tree | 52dc4e8c4e73d556d411da417e9126204c2563a1 /drivers/gpio/gpio-rcar.c | |
parent | 1247034ea6515d25a80220915820aa61891a78a1 (diff) |
gpio: rcar: fix gpio_rcar_of_table
The device table needs to be terminated with an empty element.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'drivers/gpio/gpio-rcar.c')
-rw-r--r-- | drivers/gpio/gpio-rcar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/gpio-rcar.c b/drivers/gpio/gpio-rcar.c index 5a693dd0ac7a..f3327533bfd5 100644 --- a/drivers/gpio/gpio-rcar.c +++ b/drivers/gpio/gpio-rcar.c | |||
@@ -437,6 +437,7 @@ static const struct of_device_id gpio_rcar_of_table[] = { | |||
437 | { | 437 | { |
438 | .compatible = "renesas,gpio-rcar", | 438 | .compatible = "renesas,gpio-rcar", |
439 | }, | 439 | }, |
440 | { }, | ||
440 | }; | 441 | }; |
441 | 442 | ||
442 | MODULE_DEVICE_TABLE(of, gpio_rcar_of_table); | 443 | MODULE_DEVICE_TABLE(of, gpio_rcar_of_table); |