Skip to content

Commit

Permalink
ARM: CSR: clock: Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Barry Song <Baohua.Song@csr.com>
  • Loading branch information
Barry Song authored and Barry Song committed Oct 1, 2011
1 parent 013dd12 commit 492c4a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/mach-prima2/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
};

Expand Down

0 comments on commit 492c4a0

Please sign in to comment.