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

From: Stephen Boyd
Date: Mon Apr 16 2018 - 12:07:50 EST


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 it instead.
>
> Fixes: eade4ccdb087 ("clk: cs2000: set pm_ops in hibernate-compatible way")
> Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx>
> ---

Applied to clk-fixes