提交 c2a3a619 编写于 作者: T Tim Kryger 提交者: Wolfram Sang

i2c: i2c-bcm-kona: Fix module build

Correct a typo that prevented the driver from being built as a module.
Reported-by: NGuenter Roeck <linux@roeck-us.net>
Signed-off-by: NTim Kryger <tim.kryger@linaro.org>
Signed-off-by: NWolfram Sang <wsa@the-dreams.de>
上级 4e4844cc
......@@ -890,7 +890,7 @@ static const struct of_device_id bcm_kona_i2c_of_match[] = {
{.compatible = "brcm,kona-i2c",},
{},
};
MODULE_DEVICE_TABLE(of, kona_i2c_of_match);
MODULE_DEVICE_TABLE(of, bcm_kona_i2c_of_match);
static struct platform_driver bcm_kona_i2c_driver = {
.driver = {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册