]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitadb14575a6149658a6283090502a203c634e6f92
tree012a4622b16c2c19c53e8855577eccd1818a24fc
parentdcfcb0dc2026c16a1aee4dac5ff0dabab246615d
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