diff options
author | Rob Herring <robh@kernel.org> | 2023-07-17 16:55:04 -0600 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-07-19 15:28:44 +0800 |
commit | 66ba9c05fc51d3357298dccf718ee83469978da8 (patch) | |
tree | f7442316fa7ba31016ed0137d3d5ee4e2cab9c46 /arch/arm/mach-imx/pm-imx5.c | |
parent | 06c2afb862f9da8dc5efa4b6076a0e48c3fbaaa5 (diff) | |
download | lwn-66ba9c05fc51d3357298dccf718ee83469978da8.tar.gz lwn-66ba9c05fc51d3357298dccf718ee83469978da8.zip |
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>
Diffstat (limited to 'arch/arm/mach-imx/pm-imx5.c')
-rw-r--r-- | arch/arm/mach-imx/pm-imx5.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/pm-imx5.c b/arch/arm/mach-imx/pm-imx5.c index 2e3af2bc7758..6f0de45b71e9 100644 --- a/arch/arm/mach-imx/pm-imx5.c +++ b/arch/arm/mach-imx/pm-imx5.c @@ -12,6 +12,7 @@ #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_platform.h> +#include <linux/platform_device.h> #include <asm/cacheflush.h> #include <asm/fncpy.h> |