mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] fixup!  efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers
@ 2025-06-02 13:33 Ahmad Fatoum
  0 siblings, 0 replies; only message in thread
From: Ahmad Fatoum @ 2025-06-02 13:33 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

efi: types: add missing #endif

I had another commit on top and missed squashing the #endif into the
commit that was submitted.

Signed-off-by: Ahmad Fatoum <a.fatoum@barebox.org>
---
 include/efi/types.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/efi/types.h b/include/efi/types.h
index 85aaf32f8f1d..4b2276038de2 100644
--- a/include/efi/types.h
+++ b/include/efi/types.h
@@ -83,3 +83,5 @@ static inline efi_physical_addr_t efi_virt_to_phys(const void *addr)
 }
 
 #endif
+
+#endif
-- 
2.39.5




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-06-02 13:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-02 13:33 [PATCH] fixup! efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers Ahmad Fatoum

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox