m68k: Mark functions only called from setup_arch() __init
Some functions that are only called (indirectly) from setup_arch() lack __init annotations. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
@@ -140,7 +140,7 @@ static struct resource ram_resource[NUM_MEMINFO];
|
||||
* Parse an Amiga-specific record in the bootinfo
|
||||
*/
|
||||
|
||||
int amiga_parse_bootinfo(const struct bi_record *record)
|
||||
int __init amiga_parse_bootinfo(const struct bi_record *record)
|
||||
{
|
||||
int unknown = 0;
|
||||
const unsigned long *data = record->data;
|
||||
|
Referens i nytt ärende
Block a user