diff options
author | Srinivas Kandagatla <srinivas.kandagatla@linaro.org> | 2018-08-06 06:12:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-08-06 07:50:05 -0400 |
commit | e9d244b14dd5cf9a78ab256a4463d946e580ca63 (patch) | |
tree | 9328eb7e248ee9f528a0608728be4908f601e47e | |
parent | 8e3684f66e15c354dba5544c2af8ce973ed40cf6 (diff) |
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>
-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 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | // Copyright (c) 2018, Linaro Limited | 2 | // Copyright (c) 2018, Linaro Limited |
3 | 3 | ||
4 | #include <linux/soc/qcom/apr.h> | ||
5 | #include <linux/module.h> | 4 | #include <linux/module.h> |
6 | #include <linux/component.h> | ||
7 | #include <linux/platform_device.h> | 5 | #include <linux/platform_device.h> |
8 | #include <linux/of_device.h> | 6 | #include <linux/of_device.h> |
9 | #include <sound/soc.h> | 7 | #include <sound/soc.h> |