diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2015-04-30 13:16:44 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-04 08:24:03 -0400 |
commit | 3c803da266e1a960e0569a154acafb5703ae8b60 (patch) | |
tree | 08a8b929e5573ee4a8e40ce9f35683b93493b843 /sound/soc/qcom | |
parent | ce883ccfef043257a3d679d389444ea805006587 (diff) |
ASoC: qcom: remove unnecessary header files
This patch removes unnecessary header files in lpass cpu and platform
code.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom')
-rw-r--r-- | sound/soc/qcom/lpass-cpu.c | 6 | ||||
-rw-r--r-- | sound/soc/qcom/lpass-platform.c | 6 |
2 files changed, 1 insertions, 11 deletions
diff --git a/sound/soc/qcom/lpass-cpu.c b/sound/soc/qcom/lpass-cpu.c index 1e284c667aa9..40842958f423 100644 --- a/sound/soc/qcom/lpass-cpu.c +++ b/sound/soc/qcom/lpass-cpu.c | |||
@@ -14,12 +14,7 @@ | |||
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/clk.h> | 16 | #include <linux/clk.h> |
17 | #include <linux/compiler.h> | ||
18 | #include <linux/device.h> | ||
19 | #include <linux/err.h> | ||
20 | #include <linux/ioport.h> | ||
21 | #include <linux/kernel.h> | 17 | #include <linux/kernel.h> |
22 | #include <linux/mod_devicetable.h> | ||
23 | #include <linux/module.h> | 18 | #include <linux/module.h> |
24 | #include <linux/of.h> | 19 | #include <linux/of.h> |
25 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
@@ -28,6 +23,7 @@ | |||
28 | #include <linux/regmap.h> | 23 | #include <linux/regmap.h> |
29 | #include <sound/soc.h> | 24 | #include <sound/soc.h> |
30 | #include <sound/soc-dai.h> | 25 | #include <sound/soc-dai.h> |
26 | |||
31 | #include "lpass-lpaif-ipq806x.h" | 27 | #include "lpass-lpaif-ipq806x.h" |
32 | #include "lpass.h" | 28 | #include "lpass.h" |
33 | 29 | ||
diff --git a/sound/soc/qcom/lpass-platform.c b/sound/soc/qcom/lpass-platform.c index 2fa6280dfb23..ffc09287af7c 100644 --- a/sound/soc/qcom/lpass-platform.c +++ b/sound/soc/qcom/lpass-platform.c | |||
@@ -13,17 +13,11 @@ | |||
13 | * lpass-platform.c -- ALSA SoC platform driver for QTi LPASS | 13 | * lpass-platform.c -- ALSA SoC platform driver for QTi LPASS |
14 | */ | 14 | */ |
15 | 15 | ||
16 | #include <linux/compiler.h> | ||
17 | #include <linux/device.h> | ||
18 | #include <linux/dma-mapping.h> | 16 | #include <linux/dma-mapping.h> |
19 | #include <linux/err.h> | ||
20 | #include <linux/export.h> | 17 | #include <linux/export.h> |
21 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
22 | #include <linux/module.h> | 19 | #include <linux/module.h> |
23 | #include <linux/io.h> | ||
24 | #include <linux/platform_device.h> | 20 | #include <linux/platform_device.h> |
25 | #include <sound/memalloc.h> | ||
26 | #include <sound/pcm.h> | ||
27 | #include <sound/pcm_params.h> | 21 | #include <sound/pcm_params.h> |
28 | #include <linux/regmap.h> | 22 | #include <linux/regmap.h> |
29 | #include <sound/soc.h> | 23 | #include <sound/soc.h> |