diff options
author | Mark Brown <broonie@linaro.org> | 2013-07-19 12:10:18 +0100 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-22 11:02:13 +0100 |
commit | 204f029155e7da98b59e6969cf29e210bbe84de5 (patch) | |
tree | 19c96c4031f6d584141c8e35f311fb9c5aae89d3 /sound/soc/mxs/mxs-saif.c | |
parent | 8ccbc3ebe9a74f22c4f0acb363962f4e7c99d3cf (diff) | |
download | op-kernel-dev-204f029155e7da98b59e6969cf29e210bbe84de5.zip op-kernel-dev-204f029155e7da98b59e6969cf29e210bbe84de5.tar.gz |
ASoC: mxs: Remove unneeded mach-types.h inclusions
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'sound/soc/mxs/mxs-saif.c')
-rw-r--r-- | sound/soc/mxs/mxs-saif.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/mxs/mxs-saif.c b/sound/soc/mxs/mxs-saif.c index 54511c5..b56b8a0 100644 --- a/sound/soc/mxs/mxs-saif.c +++ b/sound/soc/mxs/mxs-saif.c @@ -31,7 +31,6 @@ #include <sound/pcm.h> #include <sound/pcm_params.h> #include <sound/soc.h> -#include <asm/mach-types.h> #include "mxs-saif.h" |