linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dmaengine: bestcomm: Prepare cleanup of powerpc's asm/prom.h
@ 2022-04-02  9:54 Christophe Leroy
  2022-04-11 12:13 ` Vinod Koul
  0 siblings, 1 reply; 2+ messages in thread
From: Christophe Leroy @ 2022-04-02  9:54 UTC (permalink / raw)
  To: Vinod Koul, dmaengine; +Cc: Christophe Leroy, linux-kernel

powerpc's asm/prom.h brings some headers that it doesn't
need itself.

In order to clean it up, first add missing headers in
users of asm/prom.h

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
---
 drivers/dma/bestcomm/bestcomm.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/dma/bestcomm/bestcomm.c b/drivers/dma/bestcomm/bestcomm.c
index 8c42e5ca00a9..1822a7034630 100644
--- a/drivers/dma/bestcomm/bestcomm.c
+++ b/drivers/dma/bestcomm/bestcomm.c
@@ -17,7 +17,9 @@
 #include <linux/kernel.h>
 #include <linux/slab.h>
 #include <linux/of.h>
+#include <linux/of_address.h>
 #include <linux/of_device.h>
+#include <linux/of_irq.h>
 #include <linux/of_platform.h>
 #include <asm/io.h>
 #include <asm/irq.h>
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] dmaengine: bestcomm: Prepare cleanup of powerpc's asm/prom.h
  2022-04-02  9:54 [PATCH] dmaengine: bestcomm: Prepare cleanup of powerpc's asm/prom.h Christophe Leroy
@ 2022-04-11 12:13 ` Vinod Koul
  0 siblings, 0 replies; 2+ messages in thread
From: Vinod Koul @ 2022-04-11 12:13 UTC (permalink / raw)
  To: Christophe Leroy; +Cc: dmaengine, linux-kernel

On 02-04-22, 11:54, Christophe Leroy wrote:
> powerpc's asm/prom.h brings some headers that it doesn't
> need itself.
> 
> In order to clean it up, first add missing headers in
> users of asm/prom.h

Applied, thanks

-- 
~Vinod

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-04-11 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-02  9:54 [PATCH] dmaengine: bestcomm: Prepare cleanup of powerpc's asm/prom.h Christophe Leroy
2022-04-11 12:13 ` Vinod Koul

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