Skip to content

Commit 81b64c0

Browse files
andy-shevLinus Walleij
authored andcommitted
pinctrl: spear: Remove unused of_gpio.h inclusion
The of_gpio.h is not and shouldn't be used in the drivers. Remove it. Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Link: https://lore.kernel.org/r/20230615164158.25406-1-andriy.shevchenko@linux.intel.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent c8b68d5 commit 81b64c0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

drivers/pinctrl/spear/pinctrl-spear.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
#include <linux/module.h>
1919
#include <linux/of.h>
2020
#include <linux/of_address.h>
21-
#include <linux/of_gpio.h>
2221
#include <linux/platform_device.h>
2322
#include <linux/seq_file.h>
2423
#include <linux/slab.h>

0 commit comments

Comments
 (0)