Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff944046 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Florian Tobias Schandinat
Browse files

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: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarMathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent 6f32d03b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -267,7 +267,7 @@ int __devinit ili9320_probe_spi(struct spi_device *spi,


EXPORT_SYMBOL_GPL(ili9320_probe_spi);
EXPORT_SYMBOL_GPL(ili9320_probe_spi);


int __devexit ili9320_remove(struct ili9320 *ili)
int ili9320_remove(struct ili9320 *ili)
{
{
	ili9320_power(ili, FB_BLANK_POWERDOWN);
	ili9320_power(ili, FB_BLANK_POWERDOWN);