pinctrl: SPEAr310: Pass correct of_device_id table name to MODULE_DEVICE_TABLE
authorAxel Lin <axel.lin@ingics.com>
Tue, 20 Aug 2013 05:58:00 +0000 (13:58 +0800)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 23 Aug 2013 06:56:30 +0000 (08:56 +0200)
commit13ceb77aef571a2d410f2e60efe00e9d9a7129e8
tree7fbb41d676618175c27d498107ac007af985ecb0
parent23ac6df45117a9af7178ae581740aecb1791b94a
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>
drivers/pinctrl/spear/pinctrl-spear310.c