0
0
mirror of https://mirrors.bfsu.edu.cn/git/linux.git synced 2025-01-12 08:45:11 +08:00
linux/sound/soc/s6000
Lars-Peter Clausen 001eaa25ca ASoC: s6000-i2s: Fix s6000_i2s_remove() return type
The platform_driver remove callback return type is int not void.

Fixes the following warning:
	sound/soc/s6000/s6000-i2s.c:604:19: warning: incorrect type in initializer (different base types)
	sound/soc/s6000/s6000-i2s.c:604:19:    expected int ( *remove )( ... )
	sound/soc/s6000/s6000-i2s.c:604:19:    got void ( static [toplevel] *<noident>)( ... )

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
Signed-off-by: Mark Brown <broonie@linaro.org>
2014-07-04 18:57:57 +01:00
..
Kconfig ASoC: s6105 IP camera machine specific ASoC code 2009-04-04 15:29:01 +01:00
Makefile ASoC: s6105 IP camera machine specific ASoC code 2009-04-04 15:29:01 +01:00
s6000-i2s.c ASoC: s6000-i2s: Fix s6000_i2s_remove() return type 2014-07-04 18:57:57 +01:00
s6000-i2s.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
s6000-pcm.c ASoC: s6000: Don't set unused struct snd_pcm_hardware fields 2013-12-24 12:02:21 +00:00
s6000-pcm.h ASoC: multi-component - ASoC Multi-Component Support 2010-08-12 14:00:00 +01:00
s6105-ipcam.c ASoC: s6105-ipcam: Convert to table based DAPM setup 2014-03-13 11:43:30 +00:00