diff mbox

ASoC: fsl_spdif: Remove unused includes of linux/clk-private.h

Message ID 1412351653-29592-1-git-send-email-tomeu.vizoso@collabora.com (mailing list archive)
State Accepted
Commit 58a9014ae6422325f12d54b5dbb95531009ab70f
Headers show

Commit Message

Tomeu Vizoso Oct. 3, 2014, 3:54 p.m. UTC
Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
---
 sound/soc/fsl/fsl_spdif.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Mark Brown Oct. 3, 2014, 4:19 p.m. UTC | #1
On Fri, Oct 03, 2014 at 05:54:13PM +0200, Tomeu Vizoso wrote:
> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>

Applied, thanks.
diff mbox

Patch

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>