|
@@ -44,7 +44,7 @@ static struct clk *__init ath79_add_sys_clkdev(
|
|
struct clk *clk;
|
|
struct clk *clk;
|
|
int err;
|
|
int err;
|
|
|
|
|
|
- clk = clk_register_fixed_rate(NULL, id, NULL, CLK_IS_ROOT, rate);
|
|
|
|
|
|
+ clk = clk_register_fixed_rate(NULL, id, NULL, 0, rate);
|
|
if (!clk)
|
|
if (!clk)
|
|
panic("failed to allocate %s clock structure", id);
|
|
panic("failed to allocate %s clock structure", id);
|
|
|
|
|