From: Lars-Peter Clausen Date: Mon, 30 Jun 2014 08:01:37 +0000 (+0200) Subject: ASoC: s6000-i2s: Fix s6000_i2s_remove() return type X-Git-Tag: omap-for-v3.17/fixes-against-rc2~29^2~4^2~4^2~1^5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=001eaa25ca8cf4bfdb76fa8f2287b8d34287b9b6;p=pandora-kernel.git 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] *)( ... ) Signed-off-by: Lars-Peter Clausen Signed-off-by: Mark Brown --- Reading git-diff-tree failed