diff options
author | Johan Hovold <jhovold@gmail.com> | 2013-03-08 14:07:59 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-13 03:20:46 +0400 |
commit | 01230551e7c2fb9a1c2519b356d703851049cbe0 (patch) | |
tree | 3035138abd333894cd6275dc3a8847cee1628969 /drivers/w1/slaves/w1_ds2780.c | |
parent | 2d798a3f20ae992b0b69a2b68c04ada397c32ed4 (diff) | |
download | linux-01230551e7c2fb9a1c2519b356d703851049cbe0.tar.xz |
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>
Diffstat (limited to 'drivers/w1/slaves/w1_ds2780.c')
0 files changed, 0 insertions, 0 deletions