aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/mach-imx25.c
diff options
context:
space:
mode:
authorGravatar Rob Herring <robh@kernel.org> 2023-07-17 16:55:04 -0600
committerGravatar Shawn Guo <shawnguo@kernel.org> 2023-07-19 15:28:44 +0800
commit66ba9c05fc51d3357298dccf718ee83469978da8 (patch)
treef7442316fa7ba31016ed0137d3d5ee4e2cab9c46 /arch/arm/mach-imx/mach-imx25.c
parentLinux 6.5-rc1 (diff)
downloadlinux-66ba9c05fc51d3357298dccf718ee83469978da8.tar.gz
linux-66ba9c05fc51d3357298dccf718ee83469978da8.tar.bz2
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.c5
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"