Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: pinctrl-mxs: remove empty pinmux disable function

Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Dong Aisheng and committed by
Linus Walleij
eaf7bfb0 273f0c34

-7
-7
drivers/pinctrl/pinctrl-mxs.c
··· 214 214 return 0; 215 215 } 216 216 217 - static void mxs_pinctrl_disable(struct pinctrl_dev *pctldev, 218 - unsigned function, unsigned group) 219 - { 220 - /* Nothing to do here */ 221 - } 222 - 223 217 static struct pinmux_ops mxs_pinmux_ops = { 224 218 .get_functions_count = mxs_pinctrl_get_funcs_count, 225 219 .get_function_name = mxs_pinctrl_get_func_name, 226 220 .get_function_groups = mxs_pinctrl_get_func_groups, 227 221 .enable = mxs_pinctrl_enable, 228 - .disable = mxs_pinctrl_disable, 229 222 }; 230 223 231 224 static int mxs_pinconf_get(struct pinctrl_dev *pctldev,