From: Arnd Bergmann Date: Tue, 23 Apr 2013 16:30:40 +0000 (+0200) Subject: ASoC: ux500: forward declare msp_i2s_platform_data X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~52^2~9^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d74bf3fa8e85f8f80738d93396d8aab3871eae1e;p=pandora-kernel.git ASoC: ux500: forward declare msp_i2s_platform_data We get a lot of build warnings from the msp driver like: In file included from sound/soc/ux500/ux500_msp_dai.h:21:0, from sound/soc/ux500/mop500.c:25: sound/soc/ux500/ux500_msp_i2s.h:546:11: warning: 'struct msp_i2s_platform_data' declared inside parameter list [enabled by default] struct msp_i2s_platform_data *platform_data); ^ sound/soc/ux500/ux500_msp_i2s.h:546:11: warning: its scope is only this definition or declaration, which is probably not what you want [enabled by default] The easiest solution is to add a declaration of the struct name. Signed-off-by: Arnd Bergmann Signed-off-by: Mark Brown --- Reading git-diff-tree failed