mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-28 23:24:50 +00:00
ARM: CSR: clock: Fix indentation
Signed-off-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
parent
013dd12f5a
commit
492c4a0df1
1 changed files with 2 additions and 2 deletions
|
@ -350,10 +350,10 @@ static struct clk_lookup onchip_clks[] = {
|
|||
.clk = &clk_mem,
|
||||
}, {
|
||||
.dev_id = "sys",
|
||||
.clk = &clk_sys,
|
||||
.clk = &clk_sys,
|
||||
}, {
|
||||
.dev_id = "io",
|
||||
.clk = &clk_io,
|
||||
.clk = &clk_io,
|
||||
},
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue