diff options
author | Gary Zhang <b13634@freescale.com> | 2012-05-28 10:27:46 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:38:09 +0800 |
commit | eeac00dfe6c49b802f99318c3ff999e2a45d4ebd (patch) | |
tree | f49872eacc0dac42435e7c3df02b8df79f0ca19d /sound | |
parent | aa05602450106ac94a4ae6ea684379ff31013c67 (diff) |
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 <b13634@freescale.com>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/imx/imx-pcm.h | 2 |
1 files changed, 0 insertions, 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 <mach/dma.h> -#include "imx-ssi.h" - struct imx_pcm_runtime_data { int period_bytes; int periods; |