i2c: i2c-bcm-kona: Fix module build
Correct a typo that prevented the driver from being built as a module. Reported-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Tim Kryger <tim.kryger@linaro.org> Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
parent
4e4844ccb1
commit
c2a3a6198e
|
@ -890,7 +890,7 @@ static const struct of_device_id bcm_kona_i2c_of_match[] = {
|
||||||
{.compatible = "brcm,kona-i2c",},
|
{.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 = {
|
static struct platform_driver bcm_kona_i2c_driver = {
|
||||||
.driver = {
|
.driver = {
|
||||||
|
|
Loading…
Reference in New Issue