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:
Sylwester Nawrocki
2019-09-04 10:49:51 +02:00
committed by Dongjin Kim
parent 2dcad4a6c8
commit 37c8d6995e

View File

@@ -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;