diff options
author | Rob Herring <robh@kernel.org> | 2023-08-04 01:42:51 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 11:31:00 +0300 |
commit | 48f1138f9c43d328dc6dd9ee03dd2d36dc18885a (patch) | |
tree | f867657497c2277efea97aa29ea771e453a74e82 /arch/arm/mach-pxa | |
parent | ce2ab51a1861bb6c3ef7d624696acc7655bcfe87 (diff) | |
download | linux-48f1138f9c43d328dc6dd9ee03dd2d36dc18885a.tar.xz |
ARM: pxa: Drop unused includes
Several includes are not needed, so drop them.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-11-d8de2cc88bff@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r-- | arch/arm/mach-pxa/pxa-dt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-pxa/pxa-dt.c b/arch/arm/mach-pxa/pxa-dt.c index 5e5d543fdf46..a292de91dce5 100644 --- a/arch/arm/mach-pxa/pxa-dt.c +++ b/arch/arm/mach-pxa/pxa-dt.c @@ -5,13 +5,7 @@ * Copyright (C) 2012 Daniel Mack */ -#include <linux/irq.h> -#include <linux/irqdomain.h> -#include <linux/of_irq.h> -#include <linux/of_platform.h> #include <asm/mach/arch.h> -#include <asm/mach/time.h> -#include "irqs.h" #include "generic.h" |