commit | 0c1d7a6fdb9f271cf6919f05749893857c57c789 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Apr 20 12:37:20 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue May 05 20:58:20 2015 -0600 |
tree | 44b698474b13581c3a044fe026ff0b330d04e1a6 | |
parent | 4283e84a39de855ccee453818eeeb53527d4ddf2 [diff] |
dm: Remove unnecessary types in bcd.h We don't need to use u8, and if we avoid it, it isn't so much of a problem that rtc.h includes this header. With this change we can include rtc.h from sandbox files. Signed-off-by: Simon Glass <sjg@chromium.org>