]> git.karo-electronics.de Git - karo-tx-linux.git/commit
spi/topcliff: use correct __devexit_p annotation
authorArnd Bergmann <arnd@arndb.de>
Wed, 9 May 2012 22:35:23 +0000 (16:35 -0600)
committerGrant Likely <grant.likely@secretlab.ca>
Sun, 20 May 2012 04:27:12 +0000 (22:27 -0600)
commitd195f7bebc14ece71bf11d09f1726ee6f6b4f4b9
treee658e8048bea0af3bf3f2a88d94a56f5487a5e2c
parent7dfd2bd70228d1f8d468d58cb3d12ecd618479ed
spi/topcliff: use correct __devexit_p annotation

__devexit functions are discarded when CONFIG_HOTPLUG
is not set, so the symbol needs to be referenced carefully.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/spi/spi-topcliff-pch.c