diff options
author | Fabio Estevam <[email protected]> | 2024-08-08 23:08:21 -0300 |
---|---|---|
committer | Wim Van Sebroeck <[email protected]> | 2024-09-10 11:05:28 +0200 |
commit | 6adb55917497047455712dd8a85d359034a415a0 (patch) | |
tree | 4b815bc2da5275c6405f8479eee7fadc4bbc496f /tools/perf/util/trace-event-scripting.c | |
parent | 2d9d6d300fb0a4ae4431bb308027ac9385746d42 (diff) |
watchdog: imx2_wdt: Remove __maybe_unused notations
Use the DEFINE_SIMPLE_DEV_PM_OPS() and pm_sleep_ptr() macros to
handle the .suspend/.resume callbacks.
These macros allow the suspend and resume functions to be automatically
dropped by the compiler when CONFIG_SUSPEND is disabled, without having
to use __maybe_unused notation.
Signed-off-by: Fabio Estevam <[email protected]>
Reviewed-by: Guenter Roeck <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Guenter Roeck <[email protected]>
Signed-off-by: Wim Van Sebroeck <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions