aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-07-07 22:58:01 +0000
committerWarner Losh <imp@FreeBSD.org>2023-01-24 21:49:23 +0000
commitfde12ae86b1d21eceaf3631fb75d955dcaa083ce (patch)
tree48b677fd2095968dd4de5d73a21c11d58a557e46
parent47c3f7f6db2613d2f737251b767ebe3bc966d8e8 (diff)
downloadsrc-fde12ae86b1d21eceaf3631fb75d955dcaa083ce.tar.gz
src-fde12ae86b1d21eceaf3631fb75d955dcaa083ce.zip
stand: Remove extra efi.h include
There's nothing EFI specific about this file, so remove including efi.h. Sponsored by: Netflix (cherry picked from commit c1bbe711040c4e2ea515ca0a81313faec76c0050)
-rw-r--r--stand/arm64/libarm64/cache.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/stand/arm64/libarm64/cache.c b/stand/arm64/libarm64/cache.c
index 04fae36e0fc9..e0c627f36a60 100644
--- a/stand/arm64/libarm64/cache.c
+++ b/stand/arm64/libarm64/cache.c
@@ -34,7 +34,6 @@ __FBSDID("$FreeBSD$");
#include <machine/atomic.h>
#include <stand.h>
-#include <efi.h>
#include "bootstrap.h"
#include "cache.h"