diff options
Diffstat (limited to 'include/linux/clk-provider.h')
-rw-r--r-- | include/linux/clk-provider.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/clk-provider.h b/include/linux/clk-provider.h index 3f2ee3706dda..0aa5c5a2448a 100644 --- a/include/linux/clk-provider.h +++ b/include/linux/clk-provider.h @@ -622,7 +622,7 @@ struct clk *clk_register_gate(struct device *dev, const char *name, */ #define devm_clk_hw_register_gate_parent_data(dev, name, parent_data, flags, \ reg, bit_idx, clk_gate_flags, \ - lock) \ + lock) \ __devm_clk_hw_register_gate((dev), NULL, (name), NULL, NULL, \ (parent_data), (flags), (reg), (bit_idx), \ (clk_gate_flags), (lock)) |