i2c: pxa: remove incorrect __exit annotations
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Tue, 19 Feb 2013 22:50:10 +0000 (22:50 +0000)
committerWolfram Sang <wolfram@the-dreams.de>
Thu, 21 Feb 2013 23:25:40 +0000 (00:25 +0100)
The remove() methods should not be marked __exit unless we are using
platform_driver_probe() which disables unbinding device from driver
via sysfs.

Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Wolfram Sang <wolfram@the-dreams.de>

No differences found