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)
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>

No differences found