commit | 6f32d03bc63ab27f5e21d40c4ec81e18d991f424 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue May 15 15:02:57 2012 -0600 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sat Jun 09 12:51:11 2012 +0000 |
tree | 012a4622b16c2c19c53e8855577eccd1818a24fc | |
parent | 5c888aa43ee9872efe2a09e8c9f03db84f60dd28 [diff] |
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>