diff options
author | Scott Wood <scottwood@freescale.com> | 2015-09-20 00:29:53 -0400 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-10-21 19:05:50 -0400 |
commit | 948486544713492f00ac8a9572909101ea892cb0 (patch) | |
tree | ba595d6cdd5d0dc67ad448b4c394449c14c1d329 /drivers/iommu | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) |
powerpc/fsl: Move fsl_guts.h out of arch/powerpc
Freescale's Layerscape ARM chips use the same structure.
Signed-off-by: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'drivers/iommu')
-rw-r--r-- | drivers/iommu/fsl_pamu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/iommu/fsl_pamu.c b/drivers/iommu/fsl_pamu.c index 2570f2a25dc4..a34355fca37a 100644 --- a/drivers/iommu/fsl_pamu.c +++ b/drivers/iommu/fsl_pamu.c | |||
@@ -20,11 +20,11 @@ | |||
20 | 20 | ||
21 | #include "fsl_pamu.h" | 21 | #include "fsl_pamu.h" |
22 | 22 | ||
23 | #include <linux/fsl/guts.h> | ||
23 | #include <linux/interrupt.h> | 24 | #include <linux/interrupt.h> |
24 | #include <linux/genalloc.h> | 25 | #include <linux/genalloc.h> |
25 | 26 | ||
26 | #include <asm/mpc85xx.h> | 27 | #include <asm/mpc85xx.h> |
27 | #include <asm/fsl_guts.h> | ||
28 | 28 | ||
29 | /* define indexes for each operation mapping scenario */ | 29 | /* define indexes for each operation mapping scenario */ |
30 | #define OMI_QMAN 0x00 | 30 | #define OMI_QMAN 0x00 |