From: Andy Shevchenko Date: Tue, 14 Mar 2023 10:55:09 +0000 (+0200) Subject: gpio: mm-lantiq: Fix typo in the newly added header filename X-Git-Tag: v6.4-rc1~156^2~1^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ffd04ca2ae66c274eb116d5f0330af14cb63383;p=thirdparty%2Fkernel%2Flinux.git gpio: mm-lantiq: Fix typo in the newly added header filename The header with legacy struct of_mmio_gpio_chip and accompanying APIs is called legacy-of-mm-gpiochip.h. Remove repetitive '.h' at the end. Fixes: a99cc66807d6 ("gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h") Reported-by: kernel test robot Signed-off-by: Andy Shevchenko --- diff --git a/drivers/gpio/gpio-mm-lantiq.c b/drivers/gpio/gpio-mm-lantiq.c index 27ff84c5d1626..f3c1582596368 100644 --- a/drivers/gpio/gpio-mm-lantiq.c +++ b/drivers/gpio/gpio-mm-lantiq.c @@ -10,7 +10,7 @@ #include #include #include -#include +#include #include #include #include