diff options
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/clk/renesas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/clk/renesas.h b/include/linux/clk/renesas.h index 2a3379cf1330..095b1681daf4 100644 --- a/include/linux/clk/renesas.h +++ b/include/linux/clk/renesas.h | |||
| @@ -25,7 +25,7 @@ void r8a7779_clocks_init(u32 mode); | |||
| 25 | void rcar_gen2_clocks_init(u32 mode); | 25 | void rcar_gen2_clocks_init(u32 mode); |
| 26 | 26 | ||
| 27 | void cpg_mstp_add_clk_domain(struct device_node *np); | 27 | void cpg_mstp_add_clk_domain(struct device_node *np); |
| 28 | int cpg_mstp_attach_dev(struct generic_pm_domain *domain, struct device *dev); | 28 | int cpg_mstp_attach_dev(struct generic_pm_domain *unused, struct device *dev); |
| 29 | void cpg_mstp_detach_dev(struct generic_pm_domain *domain, struct device *dev); | 29 | void cpg_mstp_detach_dev(struct generic_pm_domain *unused, struct device *dev); |
| 30 | 30 | ||
| 31 | #endif | 31 | #endif |
