m68k/amiga: Mark z_dev_present() __init

It's called from amiga_init_devices() only, which is __init.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
Geert Uytterhoeven 2012-01-22 12:25:55 +01:00
parent 2712a643ad
commit 943ce30806

View file

@ -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;