]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drivers/video/backlight/ep93xx_bl.c: remove incorrect __init annotation
authorJingoo Han <jg1.han@samsung.com>
Sun, 10 Mar 2013 10:54:51 +0000 (21:54 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 12 Mar 2013 03:56:34 +0000 (14:56 +1100)
commit9e878370c6746ffb5851f5d39e2a2af0bdcfad96
tree35cf41951a2390b1737266607ba1abadfbae46d3
parent8dc58e51cb7d3e4a21f209963619fd62c36163d7
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>
drivers/video/backlight/ep93xx_bl.c