From: Gary Zhang Date: Mon, 28 May 2012 02:27:46 +0000 (+0800) Subject: ENGR00211132 ESAI: fix build warning X-Git-Tag: v3.0.35-fsl~965 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c3a436087b54d07430707ebf9fa0484d4405201d;p=karo-tx-linux.git ENGR00211132 ESAI: fix build warning imx-pcm.h should not include imx-ssi.h, or else DRV_NAME is redefined Signed-off-by: Gary Zhang --- diff --git a/sound/soc/imx/imx-pcm.h b/sound/soc/imx/imx-pcm.h index be0d5ffbe5d1..274af8ff7dcc 100644 --- a/sound/soc/imx/imx-pcm.h +++ b/sound/soc/imx/imx-pcm.h @@ -42,8 +42,6 @@ #include -#include "imx-ssi.h" - struct imx_pcm_runtime_data { int period_bytes; int periods;