]> 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>
Wed, 20 Mar 2013 04:07:36 +0000 (15:07 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Fri, 22 Mar 2013 04:33:18 +0000 (15:33 +1100)
commitc349682bb993f1843f288d54b0a512aa9c46b9df
tree2fcdbc310c938416f25b27dec0b7e88fb7944b98
parent2f990750ddb25477c9af1c9aedb20e709ce9eb6d
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