alpha: rtc: remove unused set_mmss ops
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Fri, 16 Feb 2018 23:34:46 +0000 (00:34 +0100)
committerMatt Turner <mattst88@gmail.com>
Sat, 7 Apr 2018 22:03:42 +0000 (15:03 -0700)
commit9917df83a9d11c63a1c4b89ddd821357b7c20171
tree60f5383cef031c484f1aeb560c1ba39d296c2015
parentbf6879dcc483f0aa087afe27d103285daf435951
alpha: rtc: remove unused set_mmss ops

The .set_mmss and .setmmss64 ops are only called when the RTC is not
providing an implementation for the .set_time callback.

On alpha, .set_time is provided so .set_mmss64 is never called. Remove the
unused code.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Matt Turner <mattst88@gmail.com>
arch/alpha/kernel/rtc.c