diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2022-11-09 14:37:57 +0100 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2023-01-19 11:16:08 +0100 |
commit | 5dbbc9e00c29767b31192dc314b009d314856c4f (patch) | |
tree | e99690951553546f6a17afdaad79c8304e6895ef | |
parent | ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/pinmux.h> (diff) | |
download | linux-5dbbc9e00c29767b31192dc314b009d314856c4f.tar.xz linux-5dbbc9e00c29767b31192dc314b009d314856c4f.zip |
ARM: OMAP2+: Remove unneeded #include <linux/pinctrl/machine.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>
Message-Id: <5dd5e235af9b3def7f4a431edc7bb8504b0681bf.1668001020.git.geert+renesas@glider.be>
Signed-off-by: Tony Lindgren <tony@atomide.com>
-rw-r--r-- | arch/arm/mach-omap2/devices.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/devices.c b/arch/arm/mach-omap2/devices.c index 5a2e198e7db1..8e6d4116d49c 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> |