pinctrl: imx-iomux-v2: correct names in EXPORT_SYMBOL macros
The functions have been renamed, but this has not been reflected in the
EXPORT_SYMBOL macros. Do that now.

Fixes several errors like this:
drivers/pinctrl/imx-iomux-v2.c:61:15: error:
	'mxc_iomux_mode' undeclared here (not in a function)
 EXPORT_SYMBOL(mxc_iomux_mode);

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 9624f66 commit dfdb59af9b517999e3b6ef21b626593d230a5cbe
@Lucas Stach Lucas Stach authored on 27 Jul 2015
Sascha Hauer committed on 29 Jul 2015
Showing 1 changed file
View
drivers/pinctrl/imx-iomux-v2.c