diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2015-04-30 18:16:44 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-04 13:24:03 +0100 |
commit | 3c803da266e1a960e0569a154acafb5703ae8b60 (patch) | |
tree | 08a8b929e5573ee4a8e40ce9f35683b93493b843 /sound/soc/qcom/lpass-cpu.c | |
parent | ce883ccfef043257a3d679d389444ea805006587 (diff) | |
download | linux-next-3c803da266e1a960e0569a154acafb5703ae8b60.tar.gz |
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/lpass-cpu.c')
-rw-r--r-- | sound/soc/qcom/lpass-cpu.c | 6 |
1 files changed, 1 insertions, 5 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 @@ */ #include <linux/clk.h> -#include <linux/compiler.h> -#include <linux/device.h> -#include <linux/err.h> -#include <linux/ioport.h> #include <linux/kernel.h> -#include <linux/mod_devicetable.h> #include <linux/module.h> #include <linux/of.h> #include <linux/platform_device.h> @@ -28,6 +23,7 @@ #include <linux/regmap.h> #include <sound/soc.h> #include <sound/soc-dai.h> + #include "lpass-lpaif-ipq806x.h" #include "lpass.h" |