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

pinctrl: pinctrl-pxa3xx: 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
19055b8f eaf7bfb0

-6
-6
drivers/pinctrl/pinctrl-pxa3xx.c
··· 138 138 return 0; 139 139 } 140 140 141 - static void pxa3xx_pmx_disable(struct pinctrl_dev *pctrldev, unsigned func, 142 - unsigned group) 143 - { 144 - } 145 - 146 141 static int pxa3xx_pmx_request_gpio(struct pinctrl_dev *pctrldev, 147 142 struct pinctrl_gpio_range *range, 148 143 unsigned pin) ··· 165 170 .get_function_name = pxa3xx_pmx_get_func_name, 166 171 .get_function_groups = pxa3xx_pmx_get_groups, 167 172 .enable = pxa3xx_pmx_enable, 168 - .disable = pxa3xx_pmx_disable, 169 173 .gpio_request_enable = pxa3xx_pmx_request_gpio, 170 174 }; 171 175