]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
dm: rtc: Split structure definition into its own file
authorSimon Glass <sjg@chromium.org>
Mon, 20 Apr 2015 18:37:21 +0000 (12:37 -0600)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 20:37:14 +0000 (22:37 +0200)
commite8632e18e5d9a00cd241038a3168c43cd0b45d02
tree3a131a47c72a9a819891c47ee5ab1d8f7f2f123b
parent14014cc1e8fa6c2f60ddc365e0b9ef040056e3c2
dm: rtc: Split structure definition into its own file

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@chromium.org>
include/rtc.h
include/rtc_def.h [new file with mode: 0644]