Atsushi Nemoto fb4bb133ad [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 <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
2007-07-24 16:02:47 +01:00
..
2005-11-07 18:05:37 +00:00
2007-07-12 17:41:23 +01:00
2007-06-01 08:18:28 -07:00
2007-07-13 17:40:01 +01:00
2007-07-10 17:33:05 +01:00
2007-07-24 16:02:47 +01:00