Commit 00078e83 authored by YueHaibing's avatar YueHaibing Committed by Linus Walleij
Browse files

pinctrl: lantiq: Remove unsued declaration ltq_pinctrl_unregister()



Commit 3f8c50c9 ("OF: pinctrl: MIPS: lantiq: implement lantiq/xway pinctrl support")
declared but never implemented it, so can be removed.

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230825092706.14680-1-yuehaibing@huawei.com


Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 0bb80ecc
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -198,5 +198,4 @@ enum ltq_pin {

extern int ltq_pinctrl_register(struct platform_device *pdev,
				   struct ltq_pinmux_info *info);
extern int ltq_pinctrl_unregister(struct platform_device *pdev);
#endif	/* __PINCTRL_LANTIQ_H */