[alsa-devel] [PATCH] ASoC: rcar: remove unnecessary mach/clock.h
    Kuninori Morimoto 
    kuninori.morimoto.gx at renesas.com
       
    Tue Sep 24 10:25:08 CEST 2013
    
    
  
${LINUX}/sound/soc/sh driver can be compiled from
SuperH and ARM.
but, ${LINUX}/sound/soc/sh/rcar driver included
SH-ARM specific header.
This patch removes it
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
 sound/soc/sh/rcar/adg.c |    1 -
 1 file changed, 1 deletion(-)
diff --git a/sound/soc/sh/rcar/adg.c b/sound/soc/sh/rcar/adg.c
index ad9ceb9..9430097 100644
--- a/sound/soc/sh/rcar/adg.c
+++ b/sound/soc/sh/rcar/adg.c
@@ -8,7 +8,6 @@
  * for more details.
  */
 #include <linux/sh_clk.h>
-#include <mach/clock.h>
 #include "rsnd.h"
 
 #define CLKA	0
-- 
1.7.9.5
    
    
More information about the Alsa-devel
mailing list