On Sat, Jun 12, 2021 at 7:20 PM Heinrich Schuchardt <[email protected]> wrote: > > Function rtc_to_tm() is needed for FAT file system support even if we don't > have a real time clock. So move it from drivers/ to lib/. > > Signed-off-by: Heinrich Schuchardt <[email protected]> > --- > v2: > reformated using 'git format-patch -M' > --- > drivers/rtc/Makefile | 1 - > lib/Makefile | 1 + > {drivers/rtc => lib}/rtc-lib.c | 0 > 3 files changed, 1 insertion(+), 1 deletion(-) > rename {drivers/rtc => lib}/rtc-lib.c (100%) >
Reviewed-by: Bin Meng <[email protected]>

