diff options
author | Rob Herring <robh@kernel.org> | 2023-07-18 00:55:04 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-07-19 09:28:44 +0200 |
commit | 66ba9c05fc51d3357298dccf718ee83469978da8 (patch) | |
tree | f7442316fa7ba31016ed0137d3d5ee4e2cab9c46 /arch/arm/mach-imx/mach-imx25.c | |
parent | Linux 6.5-rc1 (diff) | |
download | linux-66ba9c05fc51d3357298dccf718ee83469978da8.tar.xz linux-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/mach-imx25.c')
-rw-r--r-- | arch/arm/mach-imx/mach-imx25.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/arm/mach-imx/mach-imx25.c b/arch/arm/mach-imx/mach-imx25.c index 51927bd08aef..114df312a99a 100644 --- a/arch/arm/mach-imx/mach-imx25.c +++ b/arch/arm/mach-imx/mach-imx25.c @@ -3,12 +3,7 @@ * Copyright 2012 Sascha Hauer, Pengutronix */ -#include <linux/irq.h> -#include <linux/of_address.h> -#include <linux/of_irq.h> -#include <linux/of_platform.h> #include <asm/mach/arch.h> -#include <asm/mach/time.h> #include "common.h" #include "hardware.h" |