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)
__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>

No differences found