ARM: CSR: clock: Fix indentation

Signed-off-by: Barry Song <Baohua.Song@csr.com>
This commit is contained in:
Barry Song 2011-09-22 22:51:31 -07:00 committed by Barry Song
parent 013dd12f5a
commit 492c4a0df1
1 changed files with 2 additions and 2 deletions

View File

@ -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,
},
};