From: Tom Rini Date: Thu, 1 May 2025 16:47:21 +0000 (-0600) Subject: fs.h: Switch to using rtc_def.h X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4c26de2eea6bcf5f27b13da0372d27d767cd38e3;p=thirdparty%2Fu-boot.git fs.h: Switch to using rtc_def.h This file only needs the definition of 'struct rtc_time' and that is found in . 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 --- diff --git a/include/fs.h b/include/fs.h index 731aaa02637..bec02117737 100644 --- a/include/fs.h +++ b/include/fs.h @@ -5,7 +5,7 @@ #ifndef _FS_H #define _FS_H -#include +#include struct cmd_tbl;