From 630c191b3396c6aaccab1234f8834848a2c42e8a Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Mon, 17 Jul 2023 16:56:09 -0600 Subject: ARM: keystone: Drop unused includes Several includes are not needed, so drop them. of_platform.h is not needed, but it implicitly includes platform_device.h (for now) which is needed. Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20230717225610.3214029-1-robh@kernel.org Signed-off-by: Nishanth Menon --- arch/arm/mach-keystone/keystone.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c index 68039aad3014..e0ca26182e0b 100644 --- a/arch/arm/mach-keystone/keystone.c +++ b/arch/arm/mach-keystone/keystone.c @@ -7,12 +7,10 @@ * Santosh Shilimkar */ #include -#include #include #include -#include -#include #include +#include #include #include -- cgit