rtc: test: remove obsolete .set_mmss
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 26 May 2018 01:57:29 +0000 (03:57 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 26 May 2018 02:06:42 +0000 (04:06 +0200)
commit784176820007fac4b3448986f19d69589d00479a
treeca996c00d7e2f510650557262bc1c3120d15c029
parentb64c984ac8c0806e8fee608d4e1d33d2e7f6fb0f
rtc: test: remove obsolete .set_mmss

There is no point in testing .set_mmss versus .set_mmss64 as there are both
taking the exact same argument (truncated for set_mmss though).

Also, this allows to constify struct rtc_ops.

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