Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dmaengine: bestcomm: Prepare cleanup of powerpc's asm/prom.h

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>
Link: https://lore.kernel.org/r/f98acba303489bdf003e7256460696225b00702e.1648833428.git.christophe.leroy@csgroup.eu
Signed-off-by: Vinod Koul <vkoul@kernel.org>

authored by

Christophe Leroy and committed by
Vinod Koul
10598931 9060a7a4

+2
+2
drivers/dma/bestcomm/bestcomm.c
··· 17 17 #include <linux/kernel.h> 18 18 #include <linux/slab.h> 19 19 #include <linux/of.h> 20 + #include <linux/of_address.h> 20 21 #include <linux/of_device.h> 22 + #include <linux/of_irq.h> 21 23 #include <linux/of_platform.h> 22 24 #include <asm/io.h> 23 25 #include <asm/irq.h>