diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-11-09 14:35:16 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-11-11 15:04:01 +0800 |
commit | aa4188ea0f5d3b85d3405964d924d443648b6ca0 (patch) | |
tree | cd98ca48797dea03b620e6a1750c076ee435f9c3 /arch/arm/mach-mxs | |
parent | 9abf2313adc1ca1b6180c508c25f22f9395cc780 (diff) |
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.c | 1 |
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> |