diff options
author | Chen Gang <gang.chen@asianux.com> | 2013-10-23 11:02:51 +0800 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2013-11-06 10:41:43 +0530 |
commit | 4782f7f9aeba4dfd383c532e96bebf83ce0b9748 (patch) | |
tree | aeae5507acc2959e035e93efba2b8746cdd089c1 /Documentation/mtd | |
parent | 8f5d221b0641a9a16311a6e5c056a5b583ef0cbb (diff) |
arc: remove '__init' for get_hw_config_num_irq()
get_hw_config_num_irq() may be called by normal iss_model_init_smp()
which is a function pointer for 'init_smp' which may be called by
first_lines_of_secondary() which also need be normal too.
The related warning (with allmodconfig):
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x5814): Section mismatch in reference from the function iss_model_init_smp() to the function .init.text:get_hw_config_num_irq()
The function iss_model_init_smp() references
the function __init get_hw_config_num_irq().
This is often because iss_model_init_smp lacks a __init
annotation or the annotation of get_hw_config_num_irq is wrong.
Signed-off-by: Chen Gang <gang.chen@asianux.com>
Diffstat (limited to 'Documentation/mtd')
0 files changed, 0 insertions, 0 deletions