diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-03-17 15:34:21 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-03-17 15:34:47 +0100 |
commit | 30a790653d8ac46d3116abe99ba745a7b0c27b8b (patch) | |
tree | 64897eec95055cace1fc7317c4bac5cb21f0d517 /Kbuild | |
parent | ccf1441db9ca84fb2803a361964a0ffc4165c2d8 (diff) | |
download | linux-stable-30a790653d8ac46d3116abe99ba745a7b0c27b8b.tar.gz linux-stable-30a790653d8ac46d3116abe99ba745a7b0c27b8b.tar.bz2 linux-stable-30a790653d8ac46d3116abe99ba745a7b0c27b8b.zip |
rtc: mt2712: fix build without PM_SLEEP
Fix this build error when PM_SLEEP is not selected:
drivers/rtc/rtc-mt2712.c:412:10: error: ‘mt2712_pm_ops’ undeclared here (not in a function); did you mean ‘mt2712_rtc_ops’?
412 | .pm = &mt2712_pm_ops,
| ^~~~~~~~~~~~~
Link: https://lore.kernel.org/r/20200317143421.9551-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions