]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/video/backlight/hp680_bl.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)
commit440d895c1779a21ddb21938f4bca7cbb51f47e85
tree3146e6dd18aeb84869dcf0b42d8f39c385f6d7f9
parentca70c100da2253e297da26b4099a534c7099c400
drivers/video/backlight/hp680_bl.c: add missing __devexit macros for remove

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

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/hp680_bl.c