Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;