diff options
author | Arnd Bergmann <[email protected]> | 2019-09-06 17:24:29 +0200 |
---|---|---|
committer | Alexandre Belloni <[email protected]> | 2019-09-10 16:14:15 +0200 |
commit | b99a3120f9a30e1429d8d634e18da8dff93340c6 (patch) | |
tree | d6ae850c3852bb21a40b342478960d12297cf08f /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | e02e3ddac7722b879b6f3c781b45beea2173f562 (diff) |
rtc: meson: mark PM functions as __maybe_unused
The meson_vrtc_set_wakeup_time() function is only used by
the PM functions and causes a warning when they are disabled:
drivers/rtc/rtc-meson-vrtc.c:32:13: error: unused function 'meson_vrtc_set_wakeup_time' [-Werror,-Wunused-function]
Remove the #ifdef around the callers and add a __maybe_unused
annotation as a more reliable way to avoid these warnings.
Signed-off-by: Arnd Bergmann <[email protected]>
Reviewed-by: Kevin Hilman <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Alexandre Belloni <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions