soc: samsung: chipid: Make exynos_chipid_early_init() static
authorSylwester Nawrocki <s.nawrocki@samsung.com>
Wed, 4 Sep 2019 08:49:51 +0000 (10:49 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 6 Oct 2019 15:44:05 +0000 (17:44 +0200)
Add missing static qualifier to the chipid initcall function.

Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
drivers/soc/samsung/exynos-chipid.c

index c55a47c..25562dd 100644 (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;