commit | b8cd742acfd78a4689148fb80cf74bc26e7f1f3c | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Thu May 10 13:01:46 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu May 10 15:06:44 2012 -0700 |
tree | 9c447d733ca74ed22b8272db5cb9a40586ab04a7 | |
parent | 8c7577637ca31385e92769a77e2ab5b428e8b99c [diff] |
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 <arnd@arndb.de> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org> Cc: Bryan Wu <bryan.wu@canonical.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>