rtc: pcf85063: remove useless indirection
authorAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 21 Feb 2018 15:09:27 +0000 (16:09 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 17 Mar 2018 13:20:47 +0000 (14:20 +0100)
commit965271df5afdc5c641c98e1d5f32310e3ba1a5e1
tree797c39cf7a2db5325734d0d9513ff20292920bfc
parent0a6b8886fd6a2117a7582ad8385c061bf7e6d0fb
rtc: pcf85063: remove useless indirection

pcf85063_get_datetime and pcf85063_set_datetime are only used after casting
dev to an i2c_client. Remove that useless indirection.

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