]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Add __devinit/__devexit annotations at necessary places
authorAxel Lin <axel.lin@gmail.com>
Mon, 23 Jan 2012 03:18:17 +0000 (11:18 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 23 Jan 2012 10:21:16 +0000 (10:21 +0000)
commit0c317d5d5be10d01ef36ccea7305ef51eed81542
tree63473cf02f86daad3e01b27c81a156dca586bec5
parent1670cc18dfc8b7cc62ff15befe0a5e8afd61b2ef
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 <axel.lin@gmail.com>
Acked-by: Leon Romanovsky <leon@leon.nu>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
sound/soc/codecs/alc5623.c
sound/soc/codecs/alc5632.c