From: "Tim Kryger" <tim.kryger@linaro.org>
To: "Wolfram Sang" <wsa@the-dreams.de>,
"Grant Likely" <grant.likely@linaro.org>,
"Rob Herring" <rob.herring@calxeda.com>,
"Guenter Roeck" <linux@roeck-us.net>
Cc: "Tim Kryger" <tim.kryger@linaro.org>,
"Linux I2C List" <linux-i2c@vger.kernel.org>,
"Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>,
"Linaro Patches List" <patches@linaro.org>
Subject: [PATCH] i2c: i2c-bcm-kona: Fix module build
Date: Mon, 25 Nov 2013 12:01:18 -0800 [thread overview]
Message-ID: <1385409678-4398-1-git-send-email-tim.kryger@linaro.org> (raw)
Correct a typo that prevented the driver from being built as a module.
Signed-off-by: Tim Kryger <tim.kryger@linaro.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
next reply other threads:[~2013-11-25 20:01 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-25 20:01 Tim Kryger [this message]
2013-11-26 13:00 ` Wolfram Sang
2013-11-27 1:15 ` Tim Kryger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1385409678-4398-1-git-send-email-tim.kryger@linaro.org \
--to=tim.kryger@linaro.org \
--cc=grant.likely@linaro.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@roeck-us.net \
--cc=patches@linaro.org \
--cc=rob.herring@calxeda.com \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®