diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-11-09 14:35:58 +0100 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2022-11-11 15:04:15 +0800 |
commit | 72684faf703cbb12ec944df91f45949973f2d6f7 (patch) | |
tree | ed59bc804876ee0c2dfe5c4a3f387aae9424de99 /arch/arm/mach-imx | |
parent | aa4188ea0f5d3b85d3405964d924d443648b6ca0 (diff) |
ARM: imx3: Remove unneeded #include <linux/pinctrl/machine.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>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/mm-imx3.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-imx/mm-imx3.c b/arch/arm/mach-imx/mm-imx3.c index 28db97289ee8..0788c5cc7f9e 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> |