diff options
author | Rob Herring <robh@kernel.org> | 2023-08-03 16:42:42 -0600 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 10:30:59 +0200 |
commit | b8678ca577e10b725389676c6a4bb69dc64d0bcc (patch) | |
tree | 405b54e361913db7ab9f14234a2839504b7d687d /arch/arm/mach-sti/board-dt.c | |
parent | c0b736d3b57891b4776d70b2ba134876b195c908 (diff) | |
download | linux-b8678ca577e10b725389676c6a4bb69dc64d0bcc.tar.gz linux-b8678ca577e10b725389676c6a4bb69dc64d0bcc.tar.bz2 linux-b8678ca577e10b725389676c6a4bb69dc64d0bcc.zip |
ARM: sti: Drop unused includes
Several includes are not needed, so drop them.
Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Patrice Chotard <patrice.chotard@foss.st.com>
Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-2-d8de2cc88bff@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-sti/board-dt.c')
-rw-r--r-- | arch/arm/mach-sti/board-dt.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-sti/board-dt.c b/arch/arm/mach-sti/board-dt.c index ffecbf29646f..488084b61b4a 100644 --- a/arch/arm/mach-sti/board-dt.c +++ b/arch/arm/mach-sti/board-dt.c @@ -4,8 +4,6 @@ * Author(s): Srinivas Kandagatla <srinivas.kandagatla@st.com> */ -#include <linux/irq.h> -#include <linux/of_platform.h> #include <asm/hardware/cache-l2x0.h> #include <asm/mach/arch.h> |