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