commit | 3aec1357cb4b74b5484af80741babd64ee1ff94c | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 01 10:47:21 2025 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue May 13 11:30:09 2025 -0600 |
tree | 2f78d08fcf72f89c38feef5219c60b190d50602e | |
parent | 0e3b95b0fe380ebf4df7d4cd63a258de4a4e4be4 [diff] |
fs.h: Switch to using rtc_def.h This file only needs the definition of 'struct rtc_time' and that is found in <rtc_def.h>. Use that instead of pulling in rtc.h to pull in rtc_def.h as rtc.h includes many other include files. Signed-off-by: Tom Rini <trini@konsulko.com>