projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
54ecb8f
)
soc: samsung: chipid: Make exynos_chipid_early_init() static
author
Sylwester Nawrocki
<s.nawrocki@samsung.com>
Wed, 4 Sep 2019 08:49:51 +0000
(10:49 +0200)
committer
Krzysztof 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
patch
|
blob
|
history
diff --git
a/drivers/soc/samsung/exynos-chipid.c
b/drivers/soc/samsung/exynos-chipid.c
index c55a47cfe61751e6547adce01585f5a3975952d4..25562dd0b2069e00a4ec50f14595cc1368d19a77 100644
(file)
--- a/
drivers/soc/samsung/exynos-chipid.c
+++ b/
drivers/soc/samsung/exynos-chipid.c
@@
-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;