diff options
author | David Brownell <[email protected]> | 2008-02-06 22:03:42 +0100 |
---|---|---|
committer | Russell King <[email protected]> | 2008-02-09 22:43:15 +0000 |
commit | 72e7ae8141fa98084383e167b77d4497a59e3e10 (patch) | |
tree | 2f26c6de08d09280a4e52f73938be1e81b178bc0 /security/selinux/include/class_to_string.h | |
parent | 86260f987319fb526e920fbe317933e5b3a0691e (diff) |
[ARM] 4823/1: AT91 section fix
Fix section warning:
WARNING: arch/arm/mach-at91/built-in.o(.text+0xd74): Section mismatch in reference
from the function init_programmable_clock()
to the function .init.text:at91_css_to_clk()
The function init_programmable_clock() references
the function __init at91_css_to_clk().
This is often because init_programmable_clock lacks a __init
annotation or the annotation of at91_css_to_clk is wrong.
In this case the only calls to and from init_programmable_clock()
are from code marked as "__init", so this fix is trivially correct.
Signed-off-by: David Brownell <[email protected]>
Acked-by: Uwe Kleine-Knig <[email protected]>
Signed-off-by: Russell King <[email protected]>
Diffstat (limited to 'security/selinux/include/class_to_string.h')
0 files changed, 0 insertions, 0 deletions