From: Atsushi Nemoto Date: Sun, 22 Jul 2007 14:44:20 +0000 (+0900) Subject: [MIPS] Mark prom_free_prom_memory as __init_refok X-Git-Tag: v2.6.23-rc2~291^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb4bb133ada7423b2504bb64bb6cc95c079a7d9d;p=pandora-kernel.git [MIPS] Mark prom_free_prom_memory as __init_refok > WARNING: vmlinux.o(.text+0xbf20): Section mismatch: reference to > .init.text:prom_free_prom_memory (between 'free_initmem' and 'copy_from_user_page') prom_free_prom_memory() is called _before_ freeing init sections, so it is false positive. __init_refok can be used for such cases. Signed-off-by: Atsushi Nemoto Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed