git: c1bbe711040c - main - stand: Remove extra efi.h include
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 15 Jul 2022 18:03:51 UTC
The branch main has been updated by imp:
URL: https://cgit.FreeBSD.org/src/commit/?id=c1bbe711040c4e2ea515ca0a81313faec76c0050
commit c1bbe711040c4e2ea515ca0a81313faec76c0050
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-07 22:58:01 +0000
Commit: Warner Losh <imp@FreeBSD.org>
CommitDate: 2022-07-15 18:00:49 +0000
stand: Remove extra efi.h include
There's nothing EFI specific about this file, so remove including efi.h.
Sponsored by: Netflix
---
stand/arm64/libarm64/cache.c | 1 -
1 file changed, 1 deletion(-)
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"