Re: [PATCH] clk: cs2000: mark resume function as __maybe_unused

2018-04-16 Thread Stephen Boyd
Quoting Arnd Bergmann (2018-04-09 03:54:34) > When power management is disabled, we get a harmless warning: > > drivers/clk/clk-cs2000-cp.c:544:12: error: 'cs2000_resume' defined but not > used [-Werror=unused-function] > > Marking the function as __maybe_unused lets the compiler silently > drop

[PATCH] clk: cs2000: mark resume function as __maybe_unused

2018-04-09 Thread Arnd Bergmann
When power management is disabled, we get a harmless warning: drivers/clk/clk-cs2000-cp.c:544:12: error: 'cs2000_resume' defined but not used [-Werror=unused-function] Marking the function as __maybe_unused lets the compiler silently drop it instead. Fixes: eade4ccdb087 ("clk: cs2000: set pm_op