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

ata: pata_mpc52xx: 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>
Reviewed-by: Sergey Shtylyov <s.shtylyov@omp.ru>
Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com>

authored by

Christophe Leroy and committed by
Damien Le Moal
c956b92e ce522ba9

+2 -1
+2 -1
drivers/ata/pata_mpc52xx.c
··· 19 19 #include <linux/gfp.h> 20 20 #include <linux/delay.h> 21 21 #include <linux/libata.h> 22 + #include <linux/of_address.h> 23 + #include <linux/of_irq.h> 22 24 #include <linux/of_platform.h> 23 25 #include <linux/types.h> 24 26 25 27 #include <asm/cacheflush.h> 26 - #include <asm/prom.h> 27 28 #include <asm/mpc52xx.h> 28 29 29 30 #include <linux/fsl/bestcomm/bestcomm.h>