Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

soc: samsung: chipid: Make exynos_chipid_early_init() static

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>

authored by

Sylwester Nawrocki and committed by
Krzysztof Kozlowski
e386b228 54ecb8f7

+1 -1
+1 -1
drivers/soc/samsung/exynos-chipid.c
··· 45 45 return NULL; 46 46 } 47 47 48 - int __init exynos_chipid_early_init(void) 48 + static int __init exynos_chipid_early_init(void) 49 49 { 50 50 struct soc_device_attribute *soc_dev_attr; 51 51 struct soc_device *soc_dev;