Commit 76fda650 authored by Ben Dooks's avatar Ben Dooks Committed by Russell King

[ARM PATCH] 2317/1: S3C2410 - fix clkout0 name in clock.c

Patch from Ben Dooks

clkout0 has the name of clkout1

Signed-off-by: Ben Dooks
Signed-off-by: Russell King
parent 8a3e5cf2
......@@ -243,7 +243,7 @@ struct clk s3c24xx_dclk1 = {
};
struct clk s3c24xx_clkout0 = {
.name = "clkout1",
.name = "clkout0",
.id = -1,
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment