mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@barebox.org>
To: barebox@lists.infradead.org
Cc: Ahmad Fatoum <a.fatoum@barebox.org>
Subject: [PATCH] fixup!  efi: types: implement efi_phys_to_virt/efi_virt_to_phys helpers
Date: Mon,  2 Jun 2025 15:33:04 +0200	[thread overview]
Message-ID: <20250602133304.843810-1-a.fatoum@barebox.org> (raw)

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




                 reply	other threads:[~2025-06-02 13:33 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250602133304.843810-1-a.fatoum@barebox.org \
    --to=a.fatoum@barebox.org \
    --cc=barebox@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox