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 /sound/soc/fsl | |
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 'sound/soc/fsl')
-rw-r--r-- | sound/soc/fsl/mpc8610_hpcd.c | 2 | ||||
-rw-r--r-- | sound/soc/fsl/p1022_ds.c | 2 | ||||
-rw-r--r-- | sound/soc/fsl/p1022_rdk.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sound/soc/fsl/mpc8610_hpcd.c b/sound/soc/fsl/mpc8610_hpcd.c index 9621b9140df6..6f236f170cf5 100644 --- a/sound/soc/fsl/mpc8610_hpcd.c +++ b/sound/soc/fsl/mpc8610_hpcd.c | |||
@@ -12,11 +12,11 @@ | |||
12 | 12 | ||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/interrupt.h> | 14 | #include <linux/interrupt.h> |
15 | #include <linux/fsl/guts.h> | ||
15 | #include <linux/of_address.h> | 16 | #include <linux/of_address.h> |
16 | #include <linux/of_device.h> | 17 | #include <linux/of_device.h> |
17 | #include <linux/slab.h> | 18 | #include <linux/slab.h> |
18 | #include <sound/soc.h> | 19 | #include <sound/soc.h> |
19 | #include <asm/fsl_guts.h> | ||
20 | 20 | ||
21 | #include "fsl_dma.h" | 21 | #include "fsl_dma.h" |
22 | #include "fsl_ssi.h" | 22 | #include "fsl_ssi.h" |
diff --git a/sound/soc/fsl/p1022_ds.c b/sound/soc/fsl/p1022_ds.c index 71c1a7dc3aeb..747aab0602bd 100644 --- a/sound/soc/fsl/p1022_ds.c +++ b/sound/soc/fsl/p1022_ds.c | |||
@@ -11,12 +11,12 @@ | |||
11 | */ | 11 | */ |
12 | 12 | ||
13 | #include <linux/module.h> | 13 | #include <linux/module.h> |
14 | #include <linux/fsl/guts.h> | ||
14 | #include <linux/interrupt.h> | 15 | #include <linux/interrupt.h> |
15 | #include <linux/of_address.h> | 16 | #include <linux/of_address.h> |
16 | #include <linux/of_device.h> | 17 | #include <linux/of_device.h> |
17 | #include <linux/slab.h> | 18 | #include <linux/slab.h> |
18 | #include <sound/soc.h> | 19 | #include <sound/soc.h> |
19 | #include <asm/fsl_guts.h> | ||
20 | 20 | ||
21 | #include "fsl_dma.h" | 21 | #include "fsl_dma.h" |
22 | #include "fsl_ssi.h" | 22 | #include "fsl_ssi.h" |
diff --git a/sound/soc/fsl/p1022_rdk.c b/sound/soc/fsl/p1022_rdk.c index ee29048424be..1dd49e5f9675 100644 --- a/sound/soc/fsl/p1022_rdk.c +++ b/sound/soc/fsl/p1022_rdk.c | |||
@@ -18,12 +18,12 @@ | |||
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/fsl/guts.h> | ||
21 | #include <linux/interrupt.h> | 22 | #include <linux/interrupt.h> |
22 | #include <linux/of_address.h> | 23 | #include <linux/of_address.h> |
23 | #include <linux/of_device.h> | 24 | #include <linux/of_device.h> |
24 | #include <linux/slab.h> | 25 | #include <linux/slab.h> |
25 | #include <sound/soc.h> | 26 | #include <sound/soc.h> |
26 | #include <asm/fsl_guts.h> | ||
27 | 27 | ||
28 | #include "fsl_dma.h" | 28 | #include "fsl_dma.h" |
29 | #include "fsl_ssi.h" | 29 | #include "fsl_ssi.h" |