Skip to content

Commit

Permalink
m68k/amiga: Mark z_dev_present() __init
Browse files Browse the repository at this point in the history
It's called from amiga_init_devices() only, which is __init.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
  • Loading branch information
Geert Uytterhoeven committed Apr 22, 2012
1 parent 2712a64 commit 943ce30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/m68k/amiga/platform.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 943ce30

Please sign in to comment.