commit | dacb6a4035a010e41abaf81c1cfe2beadfb05ec8 | [log] [tgz] |
---|---|---|
author | Anson Huang <anson.huang@nxp.com> | Tue Apr 30 01:07:08 2019 +0000 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Wed May 08 22:14:36 2019 +0200 |
tree | 72911ce3526153f148823741e28b6157f257463e | |
parent | 557fbf4f387a6b3df2e02647848b7b4f1064e104 [diff] |
rtc: snvs: Use __maybe_unused instead of #if CONFIG_PM_SLEEP Use __maybe_unused for power management related functions instead of #if CONFIG_PM_SLEEP to simply the code. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>