diff mbox series

ARM: mxs: Remove unneeded #include <linux/pinctrl/consumer.h>

Message ID 1c4709e2bd678e7f57f6b523ce5ae54686ec1e5b.1668000823.git.geert+renesas@glider.be
State New
Headers show
Series ARM: mxs: Remove unneeded #include <linux/pinctrl/consumer.h> | expand

Commit Message

Geert Uytterhoeven Nov. 9, 2022, 1:35 p.m. UTC
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>
---
 arch/arm/mach-mxs/mach-mxs.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo Nov. 11, 2022, 7:04 a.m. UTC | #1
On Wed, Nov 09, 2022 at 02:35:16PM +0100, Geert Uytterhoeven wrote:
> 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>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-mxs/mach-mxs.c b/arch/arm/mach-mxs/mach-mxs.c
index 25c9d184fa4c6da8..02afedcc94183277 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>