diff options
author | Fabio Estevam <festevam@denx.de> | 2024-08-19 22:26:15 -0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | 2024-09-02 13:17:46 +0200 |
commit | bf2876f6bae3f9ece8d781627623630963b19333 (patch) | |
tree | 4bd3bfddf794bb2f4eadec79f8fb80159b4836fe /tools/perf/scripts/python/gecko.py | |
parent | d5714524fc2ce2a89fbe7abb06eccbb94920ec72 (diff) |
thermal/drivers/qoriq: Remove __maybe_unused notations
The combined usage of pm_sleep_ptr() and DEFINE_SIMPLE_DEV_PM_OPS()
allows the compiler to evaluate if the suspend/resume() functions
are used at build time or are simply dead code.
This allows removing __maybe_unused notations from the suspend/resume()
functions.
Signed-off-by: Fabio Estevam <festevam@denx.de>
Link: https://lore.kernel.org/r/20240820012616.1449210-1-festevam@gmail.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions