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

pinctrl: lantiq: Remove unsued declaration ltq_pinctrl_unregister()

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

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/r/20230825092706.14680-1-yuehaibing@huawei.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

YueHaibing and committed by
Linus Walleij
00078e83 0bb80ecc

-1
-1
drivers/pinctrl/pinctrl-lantiq.h
··· 198 198 199 199 extern int ltq_pinctrl_register(struct platform_device *pdev, 200 200 struct ltq_pinmux_info *info); 201 - extern int ltq_pinctrl_unregister(struct platform_device *pdev); 202 201 #endif /* __PINCTRL_LANTIQ_H */