summaryrefslogtreecommitdiffstats
path: root/sys/dev/extres/clk/clk_fixed.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/extres/clk/clk_fixed.h')
-rw-r--r--sys/dev/extres/clk/clk_fixed.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/extres/clk/clk_fixed.h b/sys/dev/extres/clk/clk_fixed.h
index f57ee96..e2643ff 100644
--- a/sys/dev/extres/clk/clk_fixed.h
+++ b/sys/dev/extres/clk/clk_fixed.h
@@ -47,7 +47,6 @@ struct clk_fixed_def {
int fixed_flags;
};
-int clknode_fixed_register(struct clkdom *clkdom, struct clk_fixed_def *clkdef,
- struct mtx *dev_mtx);
+int clknode_fixed_register(struct clkdom *clkdom, struct clk_fixed_def *clkdef);
#endif /*_DEV_EXTRES_CLK_FIXED_H_*/
OpenPOWER on IntegriCloud