Commit 943ce308 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven

m68k/amiga: Mark z_dev_present() __init

It's called from amiga_init_devices() only, which is __init.
Signed-off-by: default avatarGeert Uytterhoeven <geert@linux-m68k.org>
parent 2712a643
......@@ -57,7 +57,7 @@ static int __init amiga_init_bus(void)
subsys_initcall(amiga_init_bus);
static int z_dev_present(zorro_id id)
static int __init z_dev_present(zorro_id id)
{
unsigned int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment