]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/video/backlight/atmel-pwm-bl.c: add __init annotation
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:17:29 +0000 (16:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:14 +0000 (18:28 -0700)
commit34c5cbfec9abf3a218bf43655d71b243ea43bb9e
tree1caa94b6e5722ac72c3cecf8cfa8c45bf3fd5bec
parent7aed46d3930e9e0298d68e10b6fbf20d4e7176ed
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>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/atmel-pwm-bl.c