diff mbox series

[2/5] ASoC: apq8096: remove unused header files

Message ID 20180806101209.15167-3-srinivas.kandagatla@linaro.org
State New
Headers show
Series ASoC: qcom: few trival fixes | expand

Commit Message

Srinivas Kandagatla Aug. 6, 2018, 10:12 a.m. UTC
This patch removes unused header files from the driver.

Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>

---
 sound/soc/qcom/apq8096.c | 2 --
 1 file changed, 2 deletions(-)

-- 
2.16.2
diff mbox series

Patch

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>