summaryrefslogtreecommitdiffstats
path: root/sound/soc/qcom/lpass-platform.c
diff options
context:
space:
mode:
authorSrinivas Kandagatla2015-04-30 19:16:44 +0200
committerMark Brown2015-05-04 14:24:03 +0200
commit3c803da266e1a960e0569a154acafb5703ae8b60 (patch)
tree08a8b929e5573ee4a8e40ce9f35683b93493b843 /sound/soc/qcom/lpass-platform.c
parentASoC: qcom: Remove redundant error check. (diff)
downloadkernel-qcow2-linux-3c803da266e1a960e0569a154acafb5703ae8b60.tar.gz
kernel-qcow2-linux-3c803da266e1a960e0569a154acafb5703ae8b60.tar.xz
kernel-qcow2-linux-3c803da266e1a960e0569a154acafb5703ae8b60.zip
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-platform.c')
-rw-r--r--sound/soc/qcom/lpass-platform.c6
1 files changed, 0 insertions, 6 deletions
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 @@
* lpass-platform.c -- ALSA SoC platform driver for QTi LPASS
*/
-#include <linux/compiler.h>
-#include <linux/device.h>
#include <linux/dma-mapping.h>
-#include <linux/err.h>
#include <linux/export.h>
#include <linux/kernel.h>
#include <linux/module.h>
-#include <linux/io.h>
#include <linux/platform_device.h>
-#include <sound/memalloc.h>
-#include <sound/pcm.h>
#include <sound/pcm_params.h>
#include <linux/regmap.h>
#include <sound/soc.h>