]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/backlight/atmel-pwm-bl.c: add __init annotation
authorJingoo Han <jg1.han@samsung.com>
Sun, 10 Mar 2013 10:54:52 +0000 (21:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:34 +0000 (14:56 +1100)
commit485fcea3fcb2429708f858904c62560f653359f5
tree6c095a2d58b8535a8d4442520295054cc9301793
parenta1cc24de6aeff3c7468262829f97692b379d439d
drivers/video/backlight/atmel-pwm-bl.c: add __init annotation

When platform_driver_probe() is used, bind/unbind via sysfs is disabled.
Thus, __init/__exit annotations can be added to probe()/remove().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
drivers/video/backlight/atmel-pwm-bl.c