]> 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>
Fri, 9 Nov 2012 03:04:49 +0000 (14:04 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 12 Nov 2012 04:17:21 +0000 (15:17 +1100)
commit367b399117480c8c1ae8fb011aafc4a0421bae5f
treeab99a15fcf62758565db2e0fb5f0b7b6ef9fd9ad
parent64a7a85a4c5c168e9aa866ad3fd0272563a8fd39
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