drivers/video: use correct __devexit_p annotation
authorArnd Bergmann <arnd@arndb.de>
Tue, 15 May 2012 21:02:57 +0000 (15:02 -0600)
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
Sat, 9 Jun 2012 12:51:11 +0000 (12:51 +0000)
commit6f32d03bc63ab27f5e21d40c4ec81e18d991f424
tree012a4622b16c2c19c53e8855577eccd1818a24fc
parent5c888aa43ee9872efe2a09e8c9f03db84f60dd28
drivers/video: 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: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
drivers/video/broadsheetfb.c
drivers/video/mbx/mbxfb.c