commit | ff9440465c82099ba3365930a97f90b3acfcc980 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Tue May 15 15:02:58 2012 -0600 |
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | Sat Jun 09 12:51:11 2012 +0000 |
tree | 67cdb3dcaa7f394af3d79bb186be9ebf60b15060 | |
parent | 6f32d03bc63ab27f5e21d40c4ec81e18d991f424 [diff] |
video/ili9320: do not mark exported functions __devexit No symbol can be exported when the section is discarded - the only solution I could think of is not to mark symbols as __devexit when they are exported. 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>