diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-05-10 22:01:46 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-11 00:06:44 +0200 |
commit | b8cd742acfd78a4689148fb80cf74bc26e7f1f3c (patch) | |
tree | 9c447d733ca74ed22b8272db5cb9a40586ab04a7 /mm | |
parent | memcg: free spare array to avoid memory leak (diff) | |
download | linux-b8cd742acfd78a4689148fb80cf74bc26e7f1f3c.tar.xz linux-b8cd742acfd78a4689148fb80cf74bc26e7f1f3c.zip |
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>
Diffstat (limited to 'mm')
0 files changed, 0 insertions, 0 deletions