Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13ceb77a authored by Axel Lin's avatar Axel Lin Committed by Linus Walleij
Browse files

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: default avatarAxel Lin <axel.lin@ingics.com>
Acked-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 23ac6df4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);