mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-26 19:41:00 +07:00
ARM: S3C24XX: Make 'clk_msysclk' static
Fixes the following warning: arch/arm/mach-s3c24xx/common-s3c2443.c:135:19: warning: symbol 'clk_msysclk' was not declared. Should it be static? Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org> Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
7d1f9aeff1
commit
29fb58dc3c
@ -132,7 +132,7 @@ static struct clk *clk_msysclk_sources[] = {
|
||||
[3] = &clk_mpllref,
|
||||
};
|
||||
|
||||
struct clksrc_clk clk_msysclk = {
|
||||
static struct clksrc_clk clk_msysclk = {
|
||||
.clk = {
|
||||
.name = "msysclk",
|
||||
.parent = &clk_xtal,
|
||||
|
Loading…
Reference in New Issue
Block a user