From: Johan Hovold Date: Fri, 8 Mar 2013 10:07:59 +0000 (+0100) Subject: w1-gpio: remove erroneous __exit and __exit_p() X-Git-Tag: v3.9-rc3~6^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01230551e7c2fb9a1c2519b356d703851049cbe0;p=pandora-kernel.git w1-gpio: remove erroneous __exit and __exit_p() Commit 8a1861d997 ("w1-gpio: Simplify & get rid of defines") changed (apparently unknowingly) the driver to a hotpluggable platform-device driver but did not not update the section markers for probe and remove (to __devinit/exit, which have since been removed). A later commit fixed the section mismatch for probe, but left remove marked with __exit. Signed-off-by: Johan Hovold Cc: stable # 3.8 Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed