drivers/video/backlight/ep93xx_bl.c: remove incorrect __init annotation
authorJingoo Han <jg1.han@samsung.com>
Mon, 29 Apr 2013 23:17:27 +0000 (16:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 01:28:14 +0000 (18:28 -0700)
commitcb1fbb8882cb657b4dee73bc7223e6213dc2197f
tree9604a22e61a1c9b1981bc2046b69acc8f1d22bf2
parent1d80d0fdf7e13f5f1f769f5279803c887be07693
drivers/video/backlight/ep93xx_bl.c: remove incorrect __init annotation

When platform_driver_probe() is not used, bind/unbind via sysfs is
enabled.  Thus, __init/__exit annotations should be removed from
probe()/remove().

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Acked-by: Ryan Mallon <rmallon@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/ep93xx_bl.c