]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/backlight/ili9320.c: add missing __devexit macros for remove
authorJingoo Han <jg1.han@samsung.com>
Thu, 29 Nov 2012 03:18:29 +0000 (14:18 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 5 Dec 2012 05:23:32 +0000 (16:23 +1100)
commitc302047a84cd900297d2734e8b4241275399fc29
treee04430c733e9934eca4147fe9afc898e8b25bc01
parent361a053a65b6e0cd4a94ceac0b8ad0562bad059b
drivers/video/backlight/ili9320.c: add missing __devexit macros for remove

The __devexit macros is added to remove function.  The macros moves the
remove function to devexit sections.

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/ili9320.c