From: Guenter Roeck Date: Wed, 12 Dec 2012 17:02:11 +0000 (-0800) Subject: hwmon: (twl4030-madc-hwmon) Fix warning message caused by removal of __devexit X-Git-Tag: v3.8-rc1~56^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7764b5282e7e04ede3020d86787122887840e016;p=pandora-kernel.git hwmon: (twl4030-madc-hwmon) Fix warning message caused by removal of __devexit Commit 281dfd0 removed __devexit from the exit function but left __exit_p in place. This results in the following warning message if the module is built into the kernel. twl4030-madc-hwmon.c:123:12: warning: ‘twl4030_madc_hwmon_remove’ defined but not used [-Wunused-function] Fix by removing __exit_p as well. Signed-off-by: Guenter Roeck Reviewed-by: Jean Delvare --- Reading git-diff-tree failed