mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ODROID-XU4: soc: samsung: chipid: Make exynos_chipid_early_init() static
Add missing static qualifier to the chipid initcall function. Change-Id: I3d0b4b5d7710fe69e23a94637f640dff736f3661 Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Signed-off-by: memeka <mihailescu2m@gmail.com>
This commit is contained in:
committed by
Dongjin Kim
parent
2dcad4a6c8
commit
37c8d6995e
@@ -45,7 +45,7 @@ static const char * __init product_id_to_soc_id(unsigned int product_id)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
int __init exynos_chipid_early_init(void)
|
||||
static int __init exynos_chipid_early_init(void)
|
||||
{
|
||||
struct soc_device_attribute *soc_dev_attr;
|
||||
struct soc_device *soc_dev;
|
||||
|
||||
Reference in New Issue
Block a user