Heiko Carstens 8f84700325 [S390] stp: fix section mismatch warning.
Fix these two (false positive) warnings by adding an __init annoation:

WARNING: vmlinux.o(.text+0x7e6a): Section mismatch in reference from the function stp_reset() to the function .init.text:__alloc_bootmem()
The function stp_reset() references
the function __init __alloc_bootmem().
This is often because stp_reset lacks a __init
annotation or the annotation of __alloc_bootmem is wrong.

WARNING: vmlinux.o(.text+0x7ece): Section mismatch in reference from the function stp_reset() to the function .init.text:free_bootmem()
The function stp_reset() references
the function __init free_bootmem().
This is often because stp_reset lacks a __init
annotation or the annotation of free_bootmem is wrong.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
2008-08-01 16:39:34 +02:00
..
2005-04-16 15:20:36 -07:00
2008-08-01 16:39:32 +02:00
2008-07-14 10:02:25 +02:00
2008-04-17 07:47:06 +02:00
2008-04-30 13:38:47 +02:00
2007-04-27 16:01:42 +02:00
2008-04-17 10:42:34 -04:00
2008-04-17 07:47:06 +02:00
2008-08-01 16:39:32 +02:00
2008-04-30 13:38:43 +02:00
2008-05-25 07:06:08 +02:00
2008-07-14 10:02:18 +02:00