Date: Fri, 15 Jul 2022 18:03:51 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c1bbe711040c - main - stand: Remove extra efi.h include Message-ID: <202207151803.26FI3pfF060060@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207151803.26FI3pfF060060>