hwspinlock/omap: omap_hwspinlock_remove should be __devexit
authorOhad Ben-Cohen <ohad@wizery.com>
Sun, 11 Sep 2011 15:54:50 +0000 (18:54 +0300)
committerOhad Ben-Cohen <ohad@wizery.com>
Wed, 21 Sep 2011 16:57:45 +0000 (19:57 +0300)
commit9efb4a1bb9e46d26a15116e3c72b1b81c62d8337
tree499140e6ceb0d6697c5f8c8914da349241f23da4
parentf84a8ecfca9229e9227c6ec84123b114ee634959
hwspinlock/omap: omap_hwspinlock_remove should be __devexit

Mark omap_hwspinlock_remove with __devexit (and use __devexit_p
appropriately) so the function can be discarded when the conditions are met.

Signed-off-by: Ohad Ben-Cohen <ohad@wizery.com>
drivers/hwspinlock/omap_hwspinlock.c