summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/nomadik/pinctrl-ab8500.c
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2022-12-29 12:07:46 +0200
committerLinus Walleij <linus.walleij@linaro.org>2023-01-04 02:36:47 +0100
commit937e7a39068d806c1a951f19e38e1326be20f1b0 (patch)
tree2188218699f1ad2dea9310cf25191f10d78e4a92 /drivers/pinctrl/nomadik/pinctrl-ab8500.c
parent5626af8fc4322a972b59c7b1a6760767f7b58d4f (diff)
pinctrl: nomadik: Add missing header(s)
Do not imply that some of the generic headers may be always included. Instead, include explicitly what we are direct user of. While at it, sort headers alphabetically. Fixes: e5530adc17a7 ("pinctrl: Clean up headers") Cc: Randy Dunlap <rdunlap@infradead.org> Reported-by: Arnd Bergmann <arnd@arndb.de> Reported-by: kernel test robot <lkp@intel.com> Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20221229100746.35047-1-andriy.shevchenko@linux.intel.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/nomadik/pinctrl-ab8500.c')
-rw-r--r--drivers/pinctrl/nomadik/pinctrl-ab8500.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/pinctrl/nomadik/pinctrl-ab8500.c b/drivers/pinctrl/nomadik/pinctrl-ab8500.c
index 3106a21cd277..d7b244df058f 100644
--- a/drivers/pinctrl/nomadik/pinctrl-ab8500.c
+++ b/drivers/pinctrl/nomadik/pinctrl-ab8500.c
@@ -6,9 +6,10 @@
*/
#include <linux/kernel.h>
-#include <linux/gpio/driver.h>
#include <linux/pinctrl/pinctrl.h>
+
#include <linux/mfd/abx500/ab8500.h>
+
#include "pinctrl-abx500.h"
/* All the pins that can be used for GPIO and some other functions */