WSL2-Linux-Kernel/drivers/clk/mmp
Arnd Bergmann c361c5a6c5 clk: mmp2: fix build without CONFIG_PM
pm_clk_suspend()/pm_clk_resume() are defined as NULL pointers rather than
empty inline stubs without CONFIG_PM:

drivers/clk/mmp/clk-audio.c:402:16: error: called object type 'void *' is not a function or function pointer
        pm_clk_suspend(dev);
drivers/clk/mmp/clk-audio.c:411:15: error: called object type 'void *' is not a function or function pointer
        pm_clk_resume(dev);

I tried redefining the helper functions, but that caused additional
problems. This is the simple solution of replacing the __maybe_unused
trick with an #ifdef.

Fixes: 725262d291 ("clk: mmp2: Add audio clock controller driver")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Link: https://lore.kernel.org/r/20210103135503.3668784-1-arnd@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>
2021-01-12 12:10:55 -08:00
..
Makefile
clk-apbc.c
clk-apmu.c
clk-audio.c clk: mmp2: fix build without CONFIG_PM 2021-01-12 12:10:55 -08:00
clk-frac.c
clk-gate.c
clk-mix.c
clk-mmp2.c
clk-of-mmp2.c clk: mmp2: Fix the display clock divider base 2020-10-13 19:53:36 -07:00
clk-of-pxa168.c
clk-of-pxa910.c
clk-of-pxa1928.c clk: mmp: pxa1928: drop unused 'clk' variable 2020-09-22 12:44:40 -07:00
clk-pll.c
clk-pxa168.c
clk-pxa910.c
clk.c
clk.h
pwr-island.c
reset.c
reset.h