commit | 859a6ddbe5d95fa95a66247c290c2c266fe67bf8 | [log] [tgz] |
---|---|---|
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | Wed Feb 21 16:04:27 2018 +0100 |
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | Sat Mar 17 14:20:46 2018 +0100 |
tree | 683f79f0d52d334acd8f09d394df85168008c66d | |
parent | ceed43f719e61f437659569b57e171263dadda08 [diff] |
rtc: max6900: remove useless indirection max6900_i2c_read_time and max6900_i2c_set_time are only used after casting dev to an i2c_client. Remove that useless indirection. Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>