From: Axel Lin Date: Mon, 23 Jan 2012 03:18:17 +0000 (+0800) Subject: ASoC: Add __devinit/__devexit annotations at necessary places X-Git-Tag: v3.4-rc1~88^2^2~46 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5091f5b797564930371c218dbc57cc4d99732c1e;p=pandora-kernel.git ASoC: Add __devinit/__devexit annotations at necessary places Fix below build warning when CONFIG_HOTPLUG is not set. CC sound/soc/codecs/alc5623.o sound/soc/codecs/alc5623.c:1062: warning: ‘alc5623_i2c_remove’ defined but not used CC sound/soc/codecs/alc5632.o sound/soc/codecs/alc5632.c:1112: warning: ‘alc5632_i2c_remove’ defined but not used Signed-off-by: Axel Lin Acked-by: Leon Romanovsky Signed-off-by: Mark Brown --- Reading git-diff-tree failed