Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1238463
| From | Borislav Petkov <bp@alien8.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v6 1/2] efi: export efi_capsule_supported() function symbol |
| Date | 2015-10-02 19:40 +0200 |
| Message-ID | <qfctm-1MB-51@gated-at.bofh.it> (permalink) |
| References | <qeLMu-53B-7@gated-at.bofh.it> <qeLMu-53B-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Fri, Oct 02, 2015 at 05:05:53AM +0800, Kweh, Hock Leong wrote:
> From: "Kweh, Hock Leong" <hock.leong.kweh@intel.com>
>
> This patch export efi_capsule_supported() function symbol for capsule
> kernel module to use.
>
> Cc: Matt Fleming <matt.fleming@intel.com>
> Signed-off-by: Kweh, Hock Leong <hock.leong.kweh@intel.com>
> ---
> drivers/firmware/efi/capsule.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/firmware/efi/capsule.c b/drivers/firmware/efi/capsule.c
> index d8cd75c0..738d437 100644
> --- a/drivers/firmware/efi/capsule.c
> +++ b/drivers/firmware/efi/capsule.c
> @@ -101,6 +101,7 @@ out:
> kfree(capsule);
> return rv;
> }
> +EXPORT_SYMBOL_GPL(efi_capsule_supported);
>
> /**
> * efi_capsule_update - send a capsule to the firmware
Why is this a separate patch?
--
Regards/Gruss,
Boris.
ECO tip #101: Trim your mails when you reply.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH v6 1/2] efi: export efi_capsule_supported() function symbol "Kweh, Hock Leong" <hock.leong.kweh@intel.com> - 2015-10-01 15:10 +0200
Re: [PATCH v6 1/2] efi: export efi_capsule_supported() function symbol Borislav Petkov <bp@alien8.de> - 2015-10-02 19:40 +0200
RE: [PATCH v6 1/2] efi: export efi_capsule_supported() function symbol "Kweh, Hock Leong" <hock.leong.kweh@intel.com> - 2015-10-03 05:10 +0200
Re: [PATCH v6 1/2] efi: export efi_capsule_supported() function symbol Borislav Petkov <bp@alien8.de> - 2015-10-03 11:10 +0200
csiph-web