linux/sound/soc/ux500
Arnd Bergmann d74bf3fa8e 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 <arnd@arndb.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
2013-04-23 19:24:48 +01:00
..
Kconfig ASoC: Ux500: Add machine-driver 2012-06-17 20:46:12 +01:00
Makefile ASoC: Ux500: Add machine-driver 2012-06-17 20:46:12 +01:00
mop500_ab8500.c ASoC: Ux500: Add machine-driver 2012-06-17 20:46:12 +01:00
mop500_ab8500.h ASoC: Ux500: Add machine-driver 2012-06-17 20:46:12 +01:00
mop500.c ASoC: Ux500: Fix build error pertaining to missing include file 2013-01-31 20:37:05 +08:00
ux500_msp_dai.c ASoC: ux500: remove __dev* attributes 2012-12-10 00:31:45 +09:00
ux500_msp_dai.h ASoC: Ux500: Control apb clock 2012-10-22 14:28:28 +01:00
ux500_msp_i2s.c ASoC: ux500_msp_i2s: Fix devm_* and return code merge error 2012-10-16 14:14:31 +09:00
ux500_msp_i2s.h ASoC: ux500: forward declare msp_i2s_platform_data 2013-04-23 19:24:48 +01:00
ux500_pcm.c Sound updates for 3.8-rc1 2012-12-13 11:51:23 -08:00
ux500_pcm.h ASoC: Ux500: Initialise PCM from MSP probe rather than as a device 2012-11-23 23:06:02 +09:00