]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/hibernate-resume/hibernate-resume-config.h
hibernate-resume: always clear HibernateLocation if system info matches
[thirdparty/systemd.git] / src / hibernate-resume / hibernate-resume-config.h
index 364abf79128cbb06c6704aeacb081fee8e77518e..365d9ccda5934bded24b7c040aee4d488d00aa1e 100644 (file)
@@ -27,7 +27,6 @@ typedef struct EFIHibernateLocation {
 typedef struct HibernateInfo {
         const char *device;
         uint64_t offset; /* in memory pages */
-        bool from_efi;
 
         KernelHibernateLocation *cmdline;
         EFIHibernateLocation *efi;