Skip to content

Commit cae8d1f

Browse files
chleroyjoergroedel
authored andcommitted
iommu/fsl_pamu: 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 <[email protected]> Link: https://lore.kernel.org/r/06862cca930068e8fa4fdd0b20d74872d3b929d6.1648833431.git.christophe.leroy@csgroup.eu Signed-off-by: Joerg Roedel <[email protected]>
1 parent af2d861 commit cae8d1f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

drivers/iommu/fsl_pamu.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@
1111
#include <linux/fsl/guts.h>
1212
#include <linux/interrupt.h>
1313
#include <linux/genalloc.h>
14+
#include <linux/of_address.h>
15+
#include <linux/of_irq.h>
16+
#include <linux/platform_device.h>
1417

1518
#include <asm/mpc85xx.h>
1619

drivers/iommu/fsl_pamu_domain.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99

1010
#include "fsl_pamu_domain.h"
1111

12+
#include <linux/platform_device.h>
1213
#include <sysdev/fsl_pci.h>
1314

1415
/*

0 commit comments

Comments
 (0)