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>
Tue, 12 Mar 2013 23:20:46 +0000 (16:20 -0700)
commit01230551e7c2fb9a1c2519b356d703851049cbe0
tree3035138abd333894cd6275dc3a8847cee1628969
parent2d798a3f20ae992b0b69a2b68c04ada397c32ed4
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 <jhovold@gmail.com>
Cc: stable <stable@vger.kernel.org> # 3.8
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/w1/masters/w1-gpio.c