Skip to content

Commit 00078e8

Browse files
YueHaibingLinus Walleij
authored andcommitted
pinctrl: lantiq: Remove unsued declaration ltq_pinctrl_unregister()
Commit 3f8c50c ("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>
1 parent 0bb80ec commit 00078e8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/pinctrl/pinctrl-lantiq.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,4 @@ enum ltq_pin {
198198

199199
extern int ltq_pinctrl_register(struct platform_device *pdev,
200200
struct ltq_pinmux_info *info);
201-
extern int ltq_pinctrl_unregister(struct platform_device *pdev);
202201
#endif /* __PINCTRL_LANTIQ_H */

0 commit comments

Comments
 (0)