Skip to content

Commit 2ffd04c

Browse files
committed
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: a99cc66 ("gpiolib: split of_mm_gpio_chip out of linux/of_gpio.h") Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
1 parent d94ffb9 commit 2ffd04c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpio/gpio-mm-lantiq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include <linux/platform_device.h>
1111
#include <linux/mutex.h>
1212
#include <linux/gpio/driver.h>
13-
#include <linux/gpio/legacy-of-mm-gpiochip.h.h>
13+
#include <linux/gpio/legacy-of-mm-gpiochip.h>
1414
#include <linux/of.h>
1515
#include <linux/io.h>
1616
#include <linux/slab.h>

0 commit comments

Comments
 (0)