mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-03-16 04:04:06 +00:00
[NOT-FOR-UPSTREAM] clk: Make clk_ignore_unused public
Make clk_ignore_unused public, so the StarFive JH7100 Clock Generator driver can set the flag. Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
This commit is contained in:
parent
25dfb314a1
commit
025a84df2b
1 changed files with 1 additions and 1 deletions
|
@ -1282,7 +1282,7 @@ unprepare_out:
|
|||
clk_core_disable_unprepare(core->parent);
|
||||
}
|
||||
|
||||
static bool clk_ignore_unused __initdata;
|
||||
bool clk_ignore_unused __initdata;
|
||||
static int __init clk_ignore_unused_setup(char *__unused)
|
||||
{
|
||||
clk_ignore_unused = true;
|
||||
|
|
Loading…
Add table
Reference in a new issue