diff options
author | Hebbar, Gururaja <gururaja.hebbar@ti.com> | 2012-08-08 11:10:30 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-08-09 09:06:10 -0400 |
commit | 8f245499791a4701bfe1ce9b0df90cea9d2f13e5 (patch) | |
tree | 86cdde2dfe60dd2812808c961579c89390248eb6 /sound/soc/davinci | |
parent | 730963f8190b7650b0445a76e701fdef20c31cfb (diff) |
ASoC: Davinci: McASP: remove unused header include
Defines or parameters from <mach/mux.h> isn't used anywhere. Hence
remove the header include.
Signed-off-by: Hebbar, Gururaja <gururaja.hebbar@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r-- | sound/soc/davinci/davinci-evm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/davinci/davinci-evm.c b/sound/soc/davinci/davinci-evm.c index 10a2d8c788b7..c80c20a89b11 100644 --- a/sound/soc/davinci/davinci-evm.c +++ b/sound/soc/davinci/davinci-evm.c | |||
@@ -24,7 +24,6 @@ | |||
24 | 24 | ||
25 | #include <mach/asp.h> | 25 | #include <mach/asp.h> |
26 | #include <mach/edma.h> | 26 | #include <mach/edma.h> |
27 | #include <mach/mux.h> | ||
28 | 27 | ||
29 | #include "davinci-pcm.h" | 28 | #include "davinci-pcm.h" |
30 | #include "davinci-i2s.h" | 29 | #include "davinci-i2s.h" |