diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2008-02-17 14:12:10 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2008-02-19 20:45:14 +0100 |
commit | b1d2675a6466090b68d4ef63f9237b4d70a18857 (patch) | |
tree | f7112797261dc10f265b9d9cb00d32f9127af97b /include/linux/init.h | |
parent | 00e962c5408b9f2d0bebd2308673fe982cb9a5fe (diff) | |
download | op-kernel-dev-b1d2675a6466090b68d4ef63f9237b4d70a18857.zip op-kernel-dev-b1d2675a6466090b68d4ef63f9237b4d70a18857.tar.gz |
kbuild: fix reversed symbol name order in modpost
XXXINIT_TO_INIT and XXXEXIT_TO_EXIT warnings use the reversed symbol name order
in the suggestion, e.g.:
WARNING: vmlinux.o(.meminit.text+0x36c): Section mismatch in reference from the function free_area_init_core() to the function .init.text:setup_usemap()
The function __meminit free_area_init_core() references
a function __init setup_usemap().
If free_area_init_core is only used by setup_usemap then
annotate free_area_init_core with a matching annotation.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Diffstat (limited to 'include/linux/init.h')
0 files changed, 0 insertions, 0 deletions