From: Guenter Roeck Date: Wed, 11 Jun 2014 07:13:52 +0000 (-0700) Subject: ASoC: fsl: Fix build problem X-Git-Tag: omap-for-v3.16/fixes-rc4~79^2~1^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d5f615f9fcba6df382bd9a204b5e9ad3080ac48;p=pandora-kernel.git ASoC: fsl: Fix build problem Commit 432481220 (ASoC: fsl-ssi: Use regmap) removed struct ccsr_ssi. Unfortunately, the structure is still used. This causes mpc85xx_smp_defconfig and mpc85xx_defconfig builds to fail with sound/soc/fsl/fsl_dma.c:926:50: error: invalid use of undefined type 'struct ccsr_ssi' dma->ssi_stx_phys = res.start + offsetof(struct ccsr_ssi, stx0); ound/soc/fsl/fsl_dma.c:927:50: error: invalid use of undefined type 'struct ccsr_ssi' dma->ssi_srx_phys = res.start + offsetof(struct ccsr_ssi, srx0); Fix by using constants, similar to original commit. Cc: Markus Pargmann Signed-off-by: Guenter Roeck Signed-off-by: Mark Brown --- Reading git-diff-tree failed