Discussion:
[PATCH] ASoC: fsl_spdif: Remove unused includes of linux/clk-private.h
Tomeu Vizoso
2014-10-03 15:54:13 UTC
Permalink
Signed-off-by: Tomeu Vizoso <***@collabora.com>
---
sound/soc/fsl/fsl_spdif.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/sound/soc/fsl/fsl_spdif.c b/sound/soc/fsl/fsl_spdif.c
index 70acfe4..5bda323 100644
--- a/sound/soc/fsl/fsl_spdif.c
+++ b/sound/soc/fsl/fsl_spdif.c
@@ -15,7 +15,6 @@

#include <linux/bitrev.h>
#include <linux/clk.h>
-#include <linux/clk-private.h>
#include <linux/module.h>
#include <linux/of_address.h>
#include <linux/of_device.h>
--
1.9.3
Mark Brown
2014-10-03 16:19:41 UTC
Permalink
Applied, thanks.

Loading...