diff options
| author | Ralf Baechle <[email protected]> | 2011-06-27 23:18:13 +0000 |
|---|---|---|
| committer | Linus Torvalds <[email protected]> | 2011-06-28 01:00:13 +0000 |
| commit | 5286bd953645408634daa880d04c73dd18d0224a (patch) | |
| tree | ef7fd3a9201617acb91804e449e7a78425b2d5a1 /net/lapb/lapb_iface.c | |
| parent | memcg: fix direct softlimit reclaim to be called in limit path (diff) | |
| download | kernel-5286bd953645408634daa880d04c73dd18d0224a.tar.gz kernel-5286bd953645408634daa880d04c73dd18d0224a.zip | |
drivers/leds/leds-lp5521.c: fix section mismatches
Fix this section mismatch:
WARNING: drivers/leds/leds-lp5521.o(.text+0xf2c): Section mismatch in reference from the function lp5521_probe() to the function .init.text:lp5521_init_led()
The function lp5521_probe() references
the function __init lp5521_init_led().
This is often because lp5521_probe lacks a __init
annotation or the annotation of lp5521_init_led is wrong.
Fixing this mismatch triggers one more mismatch, fix that one as well.
Signed-off-by: Ralf Baechle <[email protected]>
Cc: Richard Purdie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions
