Skip to content

Commit

Permalink
Blackfin arch: fix missing newline to file
Browse files Browse the repository at this point in the history
Signed-off-by: Mike Frysinger <michael.frysinger@analog.com>
Signed-off-by: Bryan Wu <bryan.wu@analog.com>
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 15, 2007
1 parent 7c7fd17 commit 0feea17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/blackfin/mach-bf533/boards/H8606.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,4 +344,4 @@ static int __init H8606_init(void)
return 0;
}

arch_initcall(H8606_init);
arch_initcall(H8606_init);

0 comments on commit 0feea17

Please sign in to comment.