提交 30d2266c 编写于 作者: A Arnd Bergmann

gpio: rcar: fix gpio_rcar_of_table

The device table needs to be terminated with an empty element.
Signed-off-by: NArnd Bergmann <arnd@arndb.de>
Cc: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
Cc: Simon Horman <horms+renesas@verge.net.au>
上级 1247034e
...@@ -437,6 +437,7 @@ static const struct of_device_id gpio_rcar_of_table[] = { ...@@ -437,6 +437,7 @@ static const struct of_device_id gpio_rcar_of_table[] = {
{ {
.compatible = "renesas,gpio-rcar", .compatible = "renesas,gpio-rcar",
}, },
{ },
}; };
MODULE_DEVICE_TABLE(of, gpio_rcar_of_table); MODULE_DEVICE_TABLE(of, gpio_rcar_of_table);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册