diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-08-01 16:28:29 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2019-09-16 18:08:53 +0200 |
commit | 0bb2f0f10e627d33cf3872b2ec35c0454a517ca1 (patch) | |
tree | 7b116412fb6d3befe378d8d09fe1e6f0b932fee8 /src/shared/boot-timestamps.c | |
parent | 2bfa8466c079b81b016f8a4ab7958eb085eb5a7a (diff) | |
download | systemd-0bb2f0f10e627d33cf3872b2ec35c0454a517ca1.tar.gz systemd-0bb2f0f10e627d33cf3872b2ec35c0454a517ca1.tar.bz2 systemd-0bb2f0f10e627d33cf3872b2ec35c0454a517ca1.zip |
util-lib: split shared/efivars into basic/efivars and shared/efi-loader
I want to use efivars.[ch] in proc-cmdline.c, but most of the efivars stuff is
not needed in basic/. Move the file from shared/ to basic/, but then move back
most of the higher-level functions to the new shared/efi-loader.c file.
Diffstat (limited to 'src/shared/boot-timestamps.c')
-rw-r--r-- | src/shared/boot-timestamps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/boot-timestamps.c b/src/shared/boot-timestamps.c index bcbb86d1b1..4ce146033d 100644 --- a/src/shared/boot-timestamps.c +++ b/src/shared/boot-timestamps.c @@ -2,7 +2,7 @@ #include "acpi-fpdt.h" #include "boot-timestamps.h" -#include "efivars.h" +#include "efi-loader.h" #include "macro.h" #include "time-util.h" |