summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/clk.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/driver-api/clk.rst')
-rw-r--r--Documentation/driver-api/clk.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/driver-api/clk.rst b/Documentation/driver-api/clk.rst
index 511628b..593cca5 100644
--- a/Documentation/driver-api/clk.rst
+++ b/Documentation/driver-api/clk.rst
@@ -96,7 +96,7 @@ the operations defined in clk-provider.h::
int (*get_phase)(struct clk_hw *hw);
int (*set_phase)(struct clk_hw *hw, int degrees);
void (*init)(struct clk_hw *hw);
- int (*debug_init)(struct clk_hw *hw,
+ void (*debug_init)(struct clk_hw *hw,
struct dentry *dentry);
};
OpenPOWER on IntegriCloud