Skip to content

Commit

Permalink
ARM: S5P64X0: Change GPIOlib initialization to core_initcall
Browse files Browse the repository at this point in the history
This patch changes the gpiolib initialization from arch_initcall
to core_initcall will allow us to make use of gpio functions in
smdk64x0_machine_init function.

Signed-off-by: Abhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: Sangbeom Kim <sbkim73@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Abhilash Kesavan authored and Kukjin Kim committed Dec 30, 2010
1 parent 232d100 commit f85cbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-s5p64x0/gpiolib.c
Original file line number Diff line number Diff line change
Expand Up @@ -508,4 +508,4 @@ static int __init s5p64x0_gpiolib_init(void)

return 0;
}
arch_initcall(s5p64x0_gpiolib_init);
core_initcall(s5p64x0_gpiolib_init);

0 comments on commit f85cbea

Please sign in to comment.