diff options
Diffstat (limited to 'src/shared/boot-timestamps.c')
-rw-r--r-- | src/shared/boot-timestamps.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/shared/boot-timestamps.c b/src/shared/boot-timestamps.c index 54e0537a21..ecbe1aaa0f 100644 --- a/src/shared/boot-timestamps.c +++ b/src/shared/boot-timestamps.c @@ -19,7 +19,6 @@ You should have received a copy of the GNU Lesser General Public License along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include <unistd.h> #include "boot-timestamps.h" #include "acpi-fpdt.h" @@ -40,10 +39,8 @@ int boot_timestamps(const dual_timestamp *n, dual_timestamp *firmware, dual_time r = acpi_get_boot_usec(&x, &y); if (r < 0) { -#ifdef ENABLE_EFI r = efi_loader_get_boot_usec(&x, &y); if (r < 0) -#endif return r; } |