Message ID | 5dd5e235af9b3def7f4a431edc7bb8504b0681bf.1668001020.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/machine.h> | expand |
* Geert Uytterhoeven <geert+renesas@glider.be> [221109 15:28]: > Commit 6f3ab009a178098e ("ARM: OMAP2+: Remove unused legacy code for > device init") removed the last user of the pinctrl machine API. Applying into omap-for-v6.3/cleanup thanks. Tony
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 5a2e198e7db10384..8e6d4116d49c958c 100644 --- a/arch/arm/mach-omap2/devices.c +++ b/arch/arm/mach-omap2/devices.c @@ -14,7 +14,6 @@ #include <linux/err.h> #include <linux/slab.h> #include <linux/of.h> -#include <linux/pinctrl/machine.h> #include <asm/mach-types.h> #include <asm/mach/map.h>
Commit 6f3ab009a178098e ("ARM: OMAP2+: Remove unused legacy code for device init") removed the last user of the pinctrl machine API. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- arch/arm/mach-omap2/devices.c | 1 - 1 file changed, 1 deletion(-)