mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE
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> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
23ac6df451
commit
13ceb77aef
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user