[U-Boot] [PATCH 10/20] dm: rtc: Split structure definition into its own file
Simon Glass
sjg at chromium.org
Mon May 4 16:20:25 CEST 2015
On 20 April 2015 at 12:37, Simon Glass <sjg at chromium.org> wrote:
> Move the definition of struct rtc_time into a separate file so that sandbox
> can include it without requiring common.h and the like.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
> include/rtc.h | 26 +-------------------------
> include/rtc_def.h | 36 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 37 insertions(+), 25 deletions(-)
> create mode 100644 include/rtc_def.h
Applied to u-boot-dm.
More information about the U-Boot
mailing list