commit | 0c749eacaa80a36b9d2b74c6c99c61baa0196eb9 | [log] [tgz] |
---|---|---|
author | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Wed Mar 01 15:34:38 2017 -0800 |
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | Thu Mar 09 01:32:32 2017 +0100 |
tree | 8b25a3305dba4fec74306f644ec99ef154ebcfcf | |
parent | b9de1a1dae8c78de05a59e40632aa8241ef78e1a [diff] |
rtc: omap: mark PM methods as __maybe_unused Instead of using #ifdef guards around PM methods, let's annotate them as __maybe_unused, as it provides better compile coverage. Also drop empty stub for omap_rtc_runtime_resume(). Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>