diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2018-08-06 11:12:07 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-06 12:50:06 +0100 |
commit | 846b2c96808cc7cdf4e0619d00604b3edd15b35a (patch) | |
tree | f1f45440f3ad797a16418ce38dea9ef22905a201 /sound | |
parent | e9d244b14dd5cf9a78ab256a4463d946e580ca63 (diff) | |
download | op-kernel-dev-846b2c96808cc7cdf4e0619d00604b3edd15b35a.zip op-kernel-dev-846b2c96808cc7cdf4e0619d00604b3edd15b35a.tar.gz |
ASoC: sdm845: remove unused header files
This patch removes unused header files from the driver.
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/qcom/sdm845.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/qcom/sdm845.c b/sound/soc/qcom/sdm845.c index c1adb77..2a781d8 100644 --- a/sound/soc/qcom/sdm845.c +++ b/sound/soc/qcom/sdm845.c @@ -5,11 +5,9 @@ #include <linux/module.h> #include <linux/platform_device.h> -#include <linux/atomic.h> #include <linux/of_device.h> #include <sound/pcm.h> #include <sound/pcm_params.h> -#include <linux/soc/qcom/apr.h> #include "common.h" #include "qdsp6/q6afe.h" |