commit | 4283e84a39de855ccee453818eeeb53527d4ddf2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 20 12:37:19 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 05 20:58:20 2015 -0600 |
tree | 6a786a91f13c0e154fb9f6a3068229ad1d2f5326 | |
parent | 1299466dd0ad7211c98f35d3e383fdc4ccf3af47 [diff] |
dm: rtc: Rename mktime() and reduce the number of parameters Most callers unpack the structure and pass each member. It seems better to pass the whole structure instead, as with the C library. Also add an rtc_ prefix. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Heiko Schocher <hs@denx.de>