Skip to content

Commit 5475e51

Browse files
andy-shevBartosz Golaszewski
authored andcommitted
gpio: xra1403: Remove unused of_gpio.h inclusion
of_gpio.h shouldn't be used in GPIO drivers. Remove it. Signed-off-by: Andy Shevchenko <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]>
1 parent dc33d13 commit 5475e51

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpio/gpio-xra1403.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
#include <linux/module.h>
1212
#include <linux/mutex.h>
1313
#include <linux/of_device.h>
14-
#include <linux/of_gpio.h>
1514
#include <linux/seq_file.h>
1615
#include <linux/spi/spi.h>
1716
#include <linux/regmap.h>

0 commit comments

Comments
 (0)