Skip to content

Commit

Permalink
i2c: i2c-bcm-kona: Fix module build
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Tim Kryger authored and Wolfram Sang committed Nov 26, 2013
1 parent 4e4844c commit c2a3a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/i2c/busses/i2c-bcm-kona.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit c2a3a61

Please sign in to comment.