]> 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>
Thu, 15 Nov 2012 02:38:21 +0000 (13:38 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 15 Nov 2012 06:32:05 +0000 (17:32 +1100)
commitd045b90be36b9b136069e4188f2f331e80a84dc3
treee95f453643df376a7fd8dcdc8acd25a157e2f234
parent945edcee55ccdfdb3e4a4da11939e04094e1a6a0
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