diff options
author | Stephen Warren <swarren@nvidia.com> | 2012-03-30 19:07:18 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-04-01 06:28:31 -0400 |
commit | fcff5f99742e0d0e036ea2ce80a21bfec434bc88 (patch) | |
tree | d50b64f3b336da3688c3e8f57bb0309e6be7f6bc /sound/soc/tegra | |
parent | 1947dadf2a2d64b6f7db8a6547f46b9bbdd79dc3 (diff) |
ASoC: tegra: remove unnecessary includes
These include aren't needed, and some of the files are about to be
renamed.
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra')
-rw-r--r-- | sound/soc/tegra/tegra_alc5632.c | 3 | ||||
-rw-r--r-- | sound/soc/tegra/tegra_wm8903.c | 3 | ||||
-rw-r--r-- | sound/soc/tegra/trimslice.c | 3 |
3 files changed, 0 insertions, 9 deletions
diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc/tegra/tegra_alc5632.c index 396181cd2c78..32de7006daf0 100644 --- a/sound/soc/tegra/tegra_alc5632.c +++ b/sound/soc/tegra/tegra_alc5632.c | |||
@@ -29,9 +29,6 @@ | |||
29 | 29 | ||
30 | #include "../codecs/alc5632.h" | 30 | #include "../codecs/alc5632.h" |
31 | 31 | ||
32 | #include "tegra_das.h" | ||
33 | #include "tegra_i2s.h" | ||
34 | #include "tegra_pcm.h" | ||
35 | #include "tegra_asoc_utils.h" | 32 | #include "tegra_asoc_utils.h" |
36 | 33 | ||
37 | #define DRV_NAME "tegra-alc5632" | 34 | #define DRV_NAME "tegra-alc5632" |
diff --git a/sound/soc/tegra/tegra_wm8903.c b/sound/soc/tegra/tegra_wm8903.c index fbd13357e1fd..2f9e9ff771c8 100644 --- a/sound/soc/tegra/tegra_wm8903.c +++ b/sound/soc/tegra/tegra_wm8903.c | |||
@@ -46,9 +46,6 @@ | |||
46 | 46 | ||
47 | #include "../codecs/wm8903.h" | 47 | #include "../codecs/wm8903.h" |
48 | 48 | ||
49 | #include "tegra_das.h" | ||
50 | #include "tegra_i2s.h" | ||
51 | #include "tegra_pcm.h" | ||
52 | #include "tegra_asoc_utils.h" | 49 | #include "tegra_asoc_utils.h" |
53 | 50 | ||
54 | #define DRV_NAME "tegra-snd-wm8903" | 51 | #define DRV_NAME "tegra-snd-wm8903" |
diff --git a/sound/soc/tegra/trimslice.c b/sound/soc/tegra/trimslice.c index 6be9e0f747c9..8884667aff43 100644 --- a/sound/soc/tegra/trimslice.c +++ b/sound/soc/tegra/trimslice.c | |||
@@ -38,9 +38,6 @@ | |||
38 | 38 | ||
39 | #include "../codecs/tlv320aic23.h" | 39 | #include "../codecs/tlv320aic23.h" |
40 | 40 | ||
41 | #include "tegra_das.h" | ||
42 | #include "tegra_i2s.h" | ||
43 | #include "tegra_pcm.h" | ||
44 | #include "tegra_asoc_utils.h" | 41 | #include "tegra_asoc_utils.h" |
45 | 42 | ||
46 | #define DRV_NAME "tegra-snd-trimslice" | 43 | #define DRV_NAME "tegra-snd-trimslice" |