mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
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: Abhilash Kesavan <a.kesavan@samsung.com> Signed-off-by: Sangbeom Kim <sbkim73@samsung.com> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
232d10061c
commit
f85cbea94c
1 changed files with 1 additions and 1 deletions
|
@ -508,4 +508,4 @@ static int __init s5p64x0_gpiolib_init(void)
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
arch_initcall(s5p64x0_gpiolib_init);
|
core_initcall(s5p64x0_gpiolib_init);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue