aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2022-07-07 22:58:01 +0000
committerWarner Losh <imp@FreeBSD.org>2022-07-15 18:00:49 +0000
commitc1bbe711040c4e2ea515ca0a81313faec76c0050 (patch)
tree22705064082e87dd3ae6f18fab0d732f4095dc5c
parent66605ff791b12a2c3bb4570379db0e14d29fca4c (diff)
downloadsrc-c1bbe711040c4e2ea515ca0a81313faec76c0050.tar.gz
src-c1bbe711040c4e2ea515ca0a81313faec76c0050.zip
stand: Remove extra efi.h include
There's nothing EFI specific about this file, so remove including efi.h. Sponsored by: Netflix
-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"