All of lore.kernel.org
 help / color / mirror / Atom feed
From: Benjamin Thiel <b.thiel@posteo.de>
To: X86 ML <x86@kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>,
	linux-efi@vger.kernel.org, Benjamin Thiel <b.thiel@posteo.de>
Subject: [PATCH] x86/efi: Add a prototype for efi_arch_mem_reserve()
Date: Thu, 26 Mar 2020 14:50:41 +0100	[thread overview]
Message-ID: <20200326135041.3264-1-b.thiel@posteo.de> (raw)

... in order to fix a -Wmissing-ptototypes warning:

arch/x86/platform/efi/quirks.c:245:13: warning:
no previous prototype for ‘efi_arch_mem_reserve’ [-Wmissing-prototypes]
void __init efi_arch_mem_reserve(phys_addr_t addr, u64 size)

Signed-off-by: Benjamin Thiel <b.thiel@posteo.de>
---
 include/linux/efi.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/linux/efi.h b/include/linux/efi.h
index 7efd7072cca5..e4b28ae1ba61 100644
--- a/include/linux/efi.h
+++ b/include/linux/efi.h
@@ -1703,4 +1703,6 @@ struct linux_efi_memreserve {
 
 void efi_pci_disable_bridge_busmaster(void);
 
+void __init efi_arch_mem_reserve(phys_addr_t addr, u64 size);
+
 #endif /* _LINUX_EFI_H */
-- 
2.17.1


             reply	other threads:[~2020-03-26 13:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-26 13:50 Benjamin Thiel [this message]
2020-03-27 14:54 ` [tip: x86/cleanups] x86/efi: Add a prototype for efi_arch_mem_reserve() tip-bot2 for Benjamin Thiel
2020-04-08 17:39 ` [PATCH] " Ard Biesheuvel
2020-04-08 17:57   ` Borislav Petkov
2020-04-09  7:13     ` Ard Biesheuvel

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=20200326135041.3264-1-b.thiel@posteo.de \
    --to=b.thiel@posteo.de \
    --cc=linux-efi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=x86@kernel.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.