ARM: imx: Drop unused includes
authorRob Herring <robh@kernel.org>
Mon, 17 Jul 2023 22:55:04 +0000 (16:55 -0600)
committerShawn Guo <shawnguo@kernel.org>
Wed, 19 Jul 2023 07:28:44 +0000 (15:28 +0800)
commit66ba9c05fc51d3357298dccf718ee83469978da8
treef7442316fa7ba31016ed0137d3d5ee4e2cab9c46
parent06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5
ARM: imx: Drop unused includes

Several includes are not needed, so drop them.

of_platform.h (for now) implicitly includes platform_device.h and of.h, so
add explicit includes of those as needed.

Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
12 files changed:
arch/arm/mach-imx/mach-imx1.c
arch/arm/mach-imx/mach-imx25.c
arch/arm/mach-imx/mach-imx27.c
arch/arm/mach-imx/mach-imx35.c
arch/arm/mach-imx/mach-imx50.c
arch/arm/mach-imx/mach-imx51.c
arch/arm/mach-imx/mach-imx53.c
arch/arm/mach-imx/mach-imx6sx.c
arch/arm/mach-imx/mach-imx6ul.c
arch/arm/mach-imx/mach-imx7d.c
arch/arm/mach-imx/pm-imx5.c
arch/arm/mach-imx/pm-imx6.c