Commit f85cbea9 authored by Abhilash Kesavan's avatar Abhilash Kesavan Committed by Kukjin Kim

ARM: S5P64X0: Change GPIOlib initialization to core_initcall

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: default avatarAbhilash Kesavan <a.kesavan@samsung.com>
Signed-off-by: default avatarSangbeom Kim <sbkim73@samsung.com>
Signed-off-by: default avatarKukjin Kim <kgene.kim@samsung.com>
parent 232d1006
......@@ -508,4 +508,4 @@ static int __init s5p64x0_gpiolib_init(void)
return 0;
}
arch_initcall(s5p64x0_gpiolib_init);
core_initcall(s5p64x0_gpiolib_init);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment