diff options
author | Fabio Baltieri | 2013-05-24 12:39:19 +0200 |
---|---|---|
committer | Mark Brown | 2013-05-25 15:58:34 -0400 |
commit | 06b9671ee69d48a1436077805903e3d9c1ed9662 (patch) | |
tree | 151084664933d363dff2e4362291f0875764486d /sound/soc/ux500 | |
parent | 2a357137fac4e2e92d13d37b161a6ff4535eecc6 (diff) |
ASoC: ux500: Add missing mop500_ab8500.h include
Add a missing include that was resulting in some sparse warning for
non-static structure without forward declaration.
Signed-off-by: Fabio Baltieri <fabio.baltieri@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ux500')
-rw-r--r-- | sound/soc/ux500/mop500_ab8500.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/ux500/mop500_ab8500.c b/sound/soc/ux500/mop500_ab8500.c index 884a36224fb1..5e0f14634271 100644 --- a/sound/soc/ux500/mop500_ab8500.c +++ b/sound/soc/ux500/mop500_ab8500.c @@ -24,6 +24,7 @@ #include "ux500_pcm.h" #include "ux500_msp_dai.h" +#include "mop500_ab8500.h" #include "../codecs/ab8500-codec.h" #define TX_SLOT_MONO 0x0008 |