]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/video/backlight/ili9320.c: add missing __devexit macros for remove
authorJingoo Han <jg1.han@samsung.com>
Sat, 3 Nov 2012 00:42:47 +0000 (11:42 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Wed, 7 Nov 2012 04:15:25 +0000 (15:15 +1100)
commit9514be3b20e0c51e39257f25ef7d18202bb31c29
tree0ec26d1fe7d7d909c37e4aba173e72883e5c6e24
parent440d895c1779a21ddb21938f4bca7cbb51f47e85
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