From: Arnd Bergmann Date: Thu, 10 May 2012 20:01:46 +0000 (-0700) Subject: drivers/leds: correct __devexit annotations X-Git-Tag: v3.4-rc7~13^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8cd742acfd78a4689148fb80cf74bc26e7f1f3c;p=pandora-kernel.git drivers/leds: correct __devexit annotations __devexit functions are discarded without CONFIG_HOTPLUG, so they need to be referenced carefully. A __devexit function may also not be called from a __devinit function. Signed-off-by: Arnd Bergmann Signed-off-by: Mathieu Poirier Cc: Bryan Wu Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed