linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: pxa: Drop unused includes
@ 2023-07-17 22:55 Rob Herring
  2023-07-17 23:11 ` Daniel Mack
  0 siblings, 1 reply; 2+ messages in thread
From: Rob Herring @ 2023-07-17 22:55 UTC (permalink / raw)
  To: Daniel Mack, Haojian Zhuang, Robert Jarzmik, Russell King
  Cc: linux-arm-kernel, linux-kernel

Several includes are not needed, so drop them.

Signed-off-by: Rob Herring <robh@kernel.org>
---
 arch/arm/mach-pxa/pxa-dt.c | 6 ------
 1 file changed, 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"
 
-- 
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: pxa: Drop unused includes
  2023-07-17 22:55 [PATCH] ARM: pxa: Drop unused includes Rob Herring
@ 2023-07-17 23:11 ` Daniel Mack
  0 siblings, 0 replies; 2+ messages in thread
From: Daniel Mack @ 2023-07-17 23:11 UTC (permalink / raw)
  To: Rob Herring, Haojian Zhuang, Robert Jarzmik, Russell King
  Cc: linux-arm-kernel, linux-kernel

On 18.07.23 00:55, Rob Herring wrote:
> Several includes are not needed, so drop them.
> 
> Signed-off-by: Rob Herring <robh@kernel.org>

Acked-by: Daniel Mack <daniel@zonque.org>

> ---
>   arch/arm/mach-pxa/pxa-dt.c | 6 ------
>   1 file changed, 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"
>   


_______________________________________________
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-19  6:25 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:55 [PATCH] ARM: pxa: Drop unused includes Rob Herring
2023-07-17 23:11 ` Daniel Mack

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).