diff mbox series

ARM: imx3: Remove unneeded #include <linux/pinctrl/machine.h>

Message ID d5852583707c7f4cb2711b726f89f983e5171b60.1668000921.git.geert+renesas@glider.be
State New
Headers show
Series ARM: imx3: Remove unneeded #include <linux/pinctrl/machine.h> | expand

Commit Message

Geert Uytterhoeven Nov. 9, 2022, 1:35 p.m. UTC
Commit 6c5f05a6cd88c77f ("ARM: imx3: Remove imx3 soc_init()")
removed the last user of the pinctrl machine API.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/mach-imx/mm-imx3.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Shawn Guo Nov. 11, 2022, 7:08 a.m. UTC | #1
On Wed, Nov 09, 2022 at 02:35:58PM +0100, Geert Uytterhoeven wrote:
> Commit 6c5f05a6cd88c77f ("ARM: imx3: Remove imx3 soc_init()")
> removed the last user of the pinctrl machine API.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Applied, thanks!
diff mbox series

Patch

diff --git a/arch/arm/mach-imx/mm-imx3.c b/arch/arm/mach-imx/mm-imx3.c
index 28db97289ee8ffec..0788c5cc7f9e6466 100644
--- a/arch/arm/mach-imx/mm-imx3.c
+++ b/arch/arm/mach-imx/mm-imx3.c
@@ -12,7 +12,6 @@ 
 #include <linux/err.h>
 #include <linux/io.h>
 #include <linux/of_address.h>
-#include <linux/pinctrl/machine.h>
 
 #include <asm/system_misc.h>
 #include <asm/hardware/cache-l2x0.h>