From: Nicolas Ferre Date: Fri, 6 Apr 2012 10:52:53 +0000 (+0200) Subject: leds-atmel-pwm.c: Make pwmled_probe() __devinit X-Git-Tag: v3.4-rc4~2^2^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5509fea59bb1bad4ead7d9a194cb4555c1350e1c;p=pandora-kernel.git 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 Cc: Richard Purdie Cc: Andrew Morton --- Reading git-diff-tree failed