summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mxs
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2022-11-09 16:35:16 +0300
committerShawn Guo <shawnguo@kernel.org>2022-11-11 10:04:01 +0300
commitaa4188ea0f5d3b85d3405964d924d443648b6ca0 (patch)
treecd98ca48797dea03b620e6a1750c076ee435f9c3 /arch/arm/mach-mxs
parent9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff)
downloadlinux-aa4188ea0f5d3b85d3405964d924d443648b6ca0.tar.xz
ARM: mxs: Remove unneeded #include <linux/pinctrl/consumer.h>
Commit 7705b5ed8adccd92 ("ARM: mxs: remove obsolete startup code for TX28") removed the last user of the pinctrl consumer API. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-mxs')
-rw-r--r--arch/arm/mach-mxs/mach-mxs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c
index 25c9d184fa4c..02afedcc9418 100644
--- a/arch/arm/mach-mxs/mach-mxs.c
+++ b/arch/arm/mach-mxs/mach-mxs.c
@@ -17,7 +17,6 @@
#include <linux/of_address.h>
#include <linux/of_platform.h>
#include <linux/phy.h>
-#include <linux/pinctrl/consumer.h>
#include <linux/sys_soc.h>
#include <asm/mach/arch.h>
#include <asm/mach/map.h>