]> git.baikalelectronics.ru Git - kernel.git/commit
leds: leds-ss4200: remove __initdata marker
authorJingoo Han <jg1.han@samsung.com>
Fri, 28 Feb 2014 07:25:07 +0000 (23:25 -0800)
committerBryan Wu <cooloney@gmail.com>
Fri, 28 Feb 2014 22:34:58 +0000 (14:34 -0800)
commitde131f1fe325b193e8ba8a5a639716ebf4771ace
tree33205cfd21b68278319f4a887f44e1aace7eaaae
parent1d6eab57a4970f35040e7e27e8c46ab4d7d15aae
leds: leds-ss4200: remove __initdata marker

Remove __initdata marker, because it is not right for a module
parameter. It will make the kernel oops problem.

(cooloney@gmail.com: update commit message since it's really a
wrong notation)

Signed-off-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Bryan Wu <cooloney@gmail.com>
drivers/leds/leds-ss4200.c