]> git.karo-electronics.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>
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)
commit64a7a85a4c5c168e9aa866ad3fd0272563a8fd39
treec4c124b941c27f0c0f9998b98ee81c14f44cd0e6
parentada89ea807aa60ffe000d22c3351b1ec743405af
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