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)
commit0a6d2246790512c88931ddbfedf3fd48e0979093
treeab5668f46f28efaf1a3e6ffec3c95fc97e112b8a
parent6beaddf243b2d4bbc9165fbd89429fa1a7526af1
i2c: pxa: remove incorrect __exit annotations

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>
drivers/i2c/busses/i2c-pxa.c