From: Lu Guanqun Date: Sat, 9 Apr 2011 15:03:58 +0000 (+0800) Subject: ASoC: sn95031: decorate function with __devexit_p() X-Git-Tag: v2.6.39-rc5~21^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90db8ece6a3150228c46aaf1a0f6388bf7434288;p=pandora-kernel.git ASoC: sn95031: decorate function with __devexit_p() According to the comments in include/linux/init.h: "Pointers to __devexit functions must use __devexit_p(function_name), the wrapper will insert either the function_name or NULL, depending on the config options." Fix this issue in codecs sn95031. Signed-off-by: Lu Guanqun Acked-by: Liam Girdwood Signed-off-by: Mark Brown --- Reading git-diff-tree failed