Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2023 22:10:50 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: fde12ae86b1d - stable/13 - stand: Remove extra efi.h include
Message-ID:  <202301242210.30OMAogK080613@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by imp:

URL: https://cgit.FreeBSD.org/src/commit/?id=fde12ae86b1d21eceaf3631fb75d955dcaa083ce

commit fde12ae86b1d21eceaf3631fb75d955dcaa083ce
Author:     Warner Losh <imp@FreeBSD.org>
AuthorDate: 2022-07-07 22:58:01 +0000
Commit:     Warner Losh <imp@FreeBSD.org>
CommitDate: 2023-01-24 21:49:23 +0000

    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)
---
 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?202301242210.30OMAogK080613>