leds-atmel-pwm.c: Make pwmled_probe() __devinit
authorNicolas Ferre <nicolas.ferre@atmel.com>
Fri, 6 Apr 2012 10:52:53 +0000 (12:52 +0200)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 17 Apr 2012 14:29:31 +0000 (16:29 +0200)
commit5509fea59bb1bad4ead7d9a194cb4555c1350e1c
tree74f654f30d5ee0fd56de3ddfb7b759753c4a92bc
parentee9dd7631af6fb5c02964ed5b496217cd4ced059
leds-atmel-pwm.c: Make pwmled_probe() __devinit

Commit 892a884 (leds: convert led platform drivers to module_platform_driver)
is omitting the section mismatch error: so change annotation of the probe
function to __devinit instead of __init.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Cc: Richard Purdie <richard.purdie@linuxfoundation.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
drivers/leds/leds-atmel-pwm.c