diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2011-12-27 21:58:40 (GMT) |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2011-12-27 22:37:30 (GMT) |
commit | 75c71848f22e6381f48614da23df2a43e374b498 (patch) | |
tree | 0af791199b6309dc0e8c3b9822c064a16c0fcf9d /REPORTING-BUGS | |
parent | af71100c7acf3ccaf95044cd5e9e866178e5f8a1 (diff) | |
download | linux-fsl-qoriq-75c71848f22e6381f48614da23df2a43e374b498.tar.xz |
of/pdt: fix section mismatch warning
Fix the following section mismatch warning - seen when building sparc32:
WARNING: vmlinux.o(.text+0x1ff9c0): Section mismatch in reference from the function kernel_tree_alloc() to the function .init.text:prom_early_alloc()
The function kernel_tree_alloc() references
the function __init prom_early_alloc().
This is often because kernel_tree_alloc lacks a __init
annotation or the annotation of prom_early_alloc is wrong.
prom_early_alloc() is annotated __init, and users of
kernel_tree_alloc() is also annotated __init.
So simply match the annoation of these to fix the warning.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Grant Likely <grant.likely@secretlab.ca>
Acked-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Diffstat (limited to 'REPORTING-BUGS')
0 files changed, 0 insertions, 0 deletions