]> git.karo-electronics.de Git - karo-tx-linux.git/commit
w1-gpio: remove erroneous __exit and __exit_p()
authorJohan Hovold <jhovold@gmail.com>
Fri, 8 Mar 2013 10:07:59 +0000 (11:07 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 20 Mar 2013 20:10:55 +0000 (13:10 -0700)
commit430c2e7c43bff734a6684c0e6c0bc44c44a004e1
tree588127b8525475f825be77c9c64d8b89a2809f68
parenta175e80ac6b766405803486762ad38d96633f7f9
w1-gpio: remove erroneous __exit and __exit_p()

commit 01230551e7c2fb9a1c2519b356d703851049cbe0 upstream.

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 <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/masters/w1-gpio.c