clk: renesas: rzg2l: Remove unused notifiers
authorPhil Edworthy <phil.edworthy@renesas.com>
Fri, 4 Mar 2022 14:32:41 +0000 (14:32 +0000)
committerGeert Uytterhoeven <geert+renesas@glider.be>
Mon, 4 Apr 2022 08:58:46 +0000 (10:58 +0200)
notifiers is not used.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Link: https://lore.kernel.org/r/20220304143241.8523-1-phil.edworthy@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
drivers/clk/renesas/rzg2l-cpg.c

index 486d065..b3a1533 100644 (file)
@@ -76,7 +76,6 @@ struct sd_hw_data {
  * @num_mod_clks: Number of Module Clocks in clks[]
  * @num_resets: Number of Module Resets in info->resets[]
  * @last_dt_core_clk: ID of the last Core Clock exported to DT
- * @notifiers: Notifier chain to save/restore clock state for system resume
  * @info: Pointer to platform data
  */
 struct rzg2l_cpg_priv {
@@ -91,7 +90,6 @@ struct rzg2l_cpg_priv {
        unsigned int num_resets;
        unsigned int last_dt_core_clk;
 
-       struct raw_notifier_head notifiers;
        const struct rzg2l_cpg_info *info;
 };