From c3a436087b54d07430707ebf9fa0484d4405201d Mon Sep 17 00:00:00 2001 From: Gary Zhang Date: Mon, 28 May 2012 10:27:46 +0800 Subject: [PATCH] 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 --- sound/soc/imx/imx-pcm.h | 2 -- 1 file changed, 2 deletions(-) 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; -- 2.39.5