rtc: ab-b5ze-s3: remove mutex
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 12 Mar 2019 22:48:13 +0000 (23:48 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 18 Mar 2019 02:36:01 +0000 (03:36 +0100)
commitac246738224088a08225f10d439c4b1918a1aa84
tree17b82003f215e994d2e35b6dbff280f969540106
parent28e7861cfcf05f1381beb513cb3460cdeea82d9d
rtc: ab-b5ze-s3: remove mutex

The rtc_ops are already called with the RTC mutex locked so there is no
need to have a separate lock, unless it is used in the irq handler.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-ab-b5ze-s3.c