* [PATCH] pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE
@ 2013-08-20 5:58 Axel Lin
2013-08-20 6:49 ` Viresh Kumar
2013-08-21 22:18 ` Linus Walleij
0 siblings, 2 replies; 3+ messages in thread
From: Axel Lin @ 2013-08-20 5:58 UTC (permalink / raw)
To: linux-arm-kernel
The symbol SPEAr310_pinctrl_of_match does not exist at all. Fix it.
We didn't hit the compile error because this driver can only be built-in now.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
drivers/pinctrl/spear/pinctrl-spear310.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/pinctrl/spear/pinctrl-spear310.c b/drivers/pinctrl/spear/pinctrl-spear310.c
index 06c7e6f..ed1d360 100644
--- a/drivers/pinctrl/spear/pinctrl-spear310.c
+++ b/drivers/pinctrl/spear/pinctrl-spear310.c
@@ -430,4 +430,4 @@ module_exit(spear310_pinctrl_exit);
MODULE_AUTHOR("Viresh Kumar <viresh.linux@gmail.com>");
MODULE_DESCRIPTION("ST Microelectronics SPEAr310 pinctrl driver");
MODULE_LICENSE("GPL v2");
-MODULE_DEVICE_TABLE(of, SPEAr310_pinctrl_of_match);
+MODULE_DEVICE_TABLE(of, spear310_pinctrl_of_match);
--
1.8.1.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH] pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE
2013-08-20 5:58 [PATCH] pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE Axel Lin
@ 2013-08-20 6:49 ` Viresh Kumar
2013-08-21 22:18 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Viresh Kumar @ 2013-08-20 6:49 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Aug 20, 2013 at 11:28 AM, Axel Lin <axel.lin@ingics.com> wrote:
> The symbol SPEAr310_pinctrl_of_match does not exist at all. Fix it.
> We didn't hit the compile error because this driver can only be built-in now.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
> ---
> drivers/pinctrl/spear/pinctrl-spear310.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH] pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE
2013-08-20 5:58 [PATCH] pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE Axel Lin
2013-08-20 6:49 ` Viresh Kumar
@ 2013-08-21 22:18 ` Linus Walleij
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2013-08-21 22:18 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Aug 20, 2013 at 7:58 AM, Axel Lin <axel.lin@ingics.com> wrote:
> The symbol SPEAr310_pinctrl_of_match does not exist at all. Fix it.
> We didn't hit the compile error because this driver can only be built-in now.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Patch applied with Viresh's ACK.
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-08-21 22:18 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-20 5:58 [PATCH] pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE Axel Lin
2013-08-20 6:49 ` Viresh Kumar
2013-08-21 22:18 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox