* [PATCH] ARM: hisi: Drop unused includes
@ 2023-07-17 22:56 Rob Herring
2023-07-20 11:22 ` Wei Xu
0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2023-07-17 22:56 UTC (permalink / raw)
To: Wei Xu, Russell King; +Cc: linux-arm-kernel, linux-kernel
of_platform.h is not needed, so drop it.
Signed-off-by: Rob Herring <robh@kernel.org>
---
arch/arm/mach-hisi/hotplug.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm/mach-hisi/hotplug.c b/arch/arm/mach-hisi/hotplug.c
index c517941416f1..f5655ad1c351 100644
--- a/arch/arm/mach-hisi/hotplug.c
+++ b/arch/arm/mach-hisi/hotplug.c
@@ -8,7 +8,6 @@
#include <linux/delay.h>
#include <linux/io.h>
#include <linux/of_address.h>
-#include <linux/of_platform.h>
#include <asm/cacheflush.h>
#include <asm/smp_plat.h>
#include "core.h"
--
2.40.1
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] ARM: hisi: Drop unused includes
2023-07-17 22:56 [PATCH] ARM: hisi: Drop unused includes Rob Herring
@ 2023-07-20 11:22 ` Wei Xu
0 siblings, 0 replies; 2+ messages in thread
From: Wei Xu @ 2023-07-20 11:22 UTC (permalink / raw)
To: Rob Herring, Russell King; +Cc: linux-arm-kernel, linux-kernel
Hi Rob,
On 2023/7/18 6:56, Rob Herring wrote:
> of_platform.h is not needed, so drop it.
>
> Signed-off-by: Rob Herring <robh@kernel.org>
Applied to the HiSilicon arm32 SoC tree.
Thanks!
Best Regards,
Wei
> ---
> arch/arm/mach-hisi/hotplug.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/arch/arm/mach-hisi/hotplug.c b/arch/arm/mach-hisi/hotplug.c
> index c517941416f1..f5655ad1c351 100644
> --- a/arch/arm/mach-hisi/hotplug.c
> +++ b/arch/arm/mach-hisi/hotplug.c
> @@ -8,7 +8,6 @@
> #include <linux/delay.h>
> #include <linux/io.h>
> #include <linux/of_address.h>
> -#include <linux/of_platform.h>
> #include <asm/cacheflush.h>
> #include <asm/smp_plat.h>
> #include "core.h"
>
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-07-20 11:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-17 22:56 [PATCH] ARM: hisi: Drop unused includes Rob Herring
2023-07-20 11:22 ` Wei Xu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).