[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1385409678-4398-1-git-send-email-tim.kryger@linaro.org>
Date: Mon, 25 Nov 2013 12:01:18 -0800
From: "Tim Kryger" <tim.kryger@...aro.org>
To: "Wolfram Sang" <wsa@...-dreams.de>,
"Grant Likely" <grant.likely@...aro.org>,
"Rob Herring" <rob.herring@...xeda.com>,
"Guenter Roeck" <linux@...ck-us.net>
cc: "Tim Kryger" <tim.kryger@...aro.org>,
"Linux I2C List" <linux-i2c@...r.kernel.org>,
"Linux Kernel Mailing List" <linux-kernel@...r.kernel.org>,
"Linaro Patches List" <patches@...aro.org>
Subject: [PATCH] i2c: i2c-bcm-kona: Fix module build
Correct a typo that prevented the driver from being built as a module.
Signed-off-by: Tim Kryger <tim.kryger@...aro.org>
---
drivers/i2c/busses/i2c-bcm-kona.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/i2c/busses/i2c-bcm-kona.c b/drivers/i2c/busses/i2c-bcm-kona.c
index 036cf03..2fefc24 100644
--- a/drivers/i2c/busses/i2c-bcm-kona.c
+++ b/drivers/i2c/busses/i2c-bcm-kona.c
@@ -891,7 +891,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 = {
--
1.8.0.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists