diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2011-06-27 23:18:14 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-06-28 01:00:13 (GMT) |
commit | 33721bd3d00e7a235f70ba4ec19eb64bcd060c0b (patch) | |
tree | 1c01b043804b8aca6dabbe54387f7380382a8a2b /arch/score/Kconfig | |
parent | 5286bd953645408634daa880d04c73dd18d0224a (diff) | |
download | linux-fsl-qoriq-33721bd3d00e7a235f70ba4ec19eb64bcd060c0b.tar.xz |
drivers/leds/leds-lp5523.c: fix section mismatches
Fix this section mismatch:
WARNING: drivers/leds/leds-lp5523.o(.text+0x12f4): Section mismatch in reference from the function lp5523_probe() to the function .init.text:lp5523_init_led()
The function lp5523_probe() references
the function __init lp5523_init_led().
This is often because lp5523_probe lacks a __init
annotation or the annotation of lp5523_init_led is wrong.
Fixing this one triggers one more mismatch, fix that one as well.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/score/Kconfig')
0 files changed, 0 insertions, 0 deletions