diff options
| author | Paul Mundt <[email protected]> | 2012-03-28 15:28:19 +0000 |
|---|---|---|
| committer | Paul Mundt <[email protected]> | 2012-03-28 15:28:19 +0000 |
| commit | b448d6adf733cc130339685531940f28902f2b75 (patch) | |
| tree | d04e45cb805eb66045fa5ed436b3ad1cdf6e07e9 /lib/cpu-notifier-error-inject.c | |
| parent | sh: select ARCH_DISCARD_MEMBLOCK. (diff) | |
| download | kernel-b448d6adf733cc130339685531940f28902f2b75.tar.gz kernel-b448d6adf733cc130339685531940f28902f2b75.zip | |
sh: intc: Fix up section mismatch for intc_ack_data
intc_ack_data is flagged as __init when it shouldn't be, causing section
mismatches in non-init paths like intc_set_ack_handle():
WARNING: drivers/built-in.o(.text+0x5d760):
Section mismatch in reference from the function
intc_set_ack_handle() to the function .init.text:intc_ack_data()
The function intc_set_ack_handle()
references the function __init intc_ack_data().
This is often because intc_set_ack_handle lacks a __init
annotation or the annotation of intc_ack_data is wrong.
Reported-by: Kuninori Morimoto <[email protected]>
Signed-off-by: Paul Mundt <[email protected]>
Diffstat (limited to 'lib/cpu-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions
