diff options
author | Lee Jones <lee.jones@linaro.org> | 2012-07-26 14:28:38 +0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-07-26 15:58:34 +0400 |
commit | aa50fe55ace7451e6ad6812915db367c8cfd3bb3 (patch) | |
tree | 2fe2d50bbdfb957b1066ffcdd2b1d32dcc756023 /sound/soc/ux500/ux500_msp_dai.c | |
parent | b8176627b84adfea3a729265a5a0f02c850e9275 (diff) | |
download | linux-aa50fe55ace7451e6ad6812915db367c8cfd3bb3.tar.xz |
ASoC: ux500: Include the correct header files
Thought to be another merge error, board-mop500-msp.h has never existed
in the upstream kernel, only msp.h. This patch changes the include files
to match the existing file name.
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/ux500/ux500_msp_dai.c')
-rw-r--r-- | sound/soc/ux500/ux500_msp_dai.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/ux500/ux500_msp_dai.c b/sound/soc/ux500/ux500_msp_dai.c index 62ac0285bfaf..057e28ef770e 100644 --- a/sound/soc/ux500/ux500_msp_dai.c +++ b/sound/soc/ux500/ux500_msp_dai.c @@ -21,7 +21,7 @@ #include <linux/mfd/dbx500-prcmu.h> #include <mach/hardware.h> -#include <mach/board-mop500-msp.h> +#include <mach/msp.h> #include <sound/soc.h> #include <sound/soc-dai.h> |