]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ENGR00211132 ESAI: fix build warning
authorGary Zhang <b13634@freescale.com>
Mon, 28 May 2012 02:27:46 +0000 (10:27 +0800)
committerLothar Waßmann <LW@KARO-electronics.de>
Fri, 24 May 2013 06:34:43 +0000 (08:34 +0200)
imx-pcm.h should not include imx-ssi.h, or else DRV_NAME is
redefined

Signed-off-by: Gary Zhang <b13634@freescale.com>
sound/soc/imx/imx-pcm.h

index be0d5ffbe5d1eaea9c114ee4c66609ce62edf589..274af8ff7dcccf4db6c5b01544f2c9d177b3f174 100644 (file)
@@ -42,8 +42,6 @@
 
 #include <mach/dma.h>
 
-#include "imx-ssi.h"
-
 struct imx_pcm_runtime_data {
        int period_bytes;
        int periods;