diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2018-08-06 12:12:06 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-06 13:50:05 +0200 |
commit | e9d244b14dd5cf9a78ab256a4463d946e580ca63 (patch) | |
tree | 9328eb7e248ee9f528a0608728be4908f601e47e /sound/soc | |
parent | ASoC: qcom: make common.c as proper module (diff) | |
download | linux-e9d244b14dd5cf9a78ab256a4463d946e580ca63.tar.xz linux-e9d244b14dd5cf9a78ab256a4463d946e580ca63.zip |
ASoC: apq8096: 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/soc')
-rw-r--r-- | sound/soc/qcom/apq8096.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/qcom/apq8096.c b/sound/soc/qcom/apq8096.c index 6ee7e66cbaaa..1543e85629f8 100644 --- a/sound/soc/qcom/apq8096.c +++ b/sound/soc/qcom/apq8096.c @@ -1,9 +1,7 @@ // SPDX-License-Identifier: GPL-2.0 // Copyright (c) 2018, Linaro Limited -#include <linux/soc/qcom/apr.h> #include <linux/module.h> -#include <linux/component.h> #include <linux/platform_device.h> #include <linux/of_device.h> #include <sound/soc.h> |