* [PATCH V3 1/2] powerpc/powernv: Export opal_check_token symbol
@ 2018-06-13 7:28 Haren Myneni
2018-08-08 14:25 ` [V3,1/2] " Michael Ellerman
0 siblings, 1 reply; 2+ messages in thread
From: Haren Myneni @ 2018-06-13 7:28 UTC (permalink / raw)
To: mpe; +Cc: herbert, stewart, linuxppc-dev, linux-crypto
Export opal_check_token symbol for modules to check the availability
of OPAL calls before using them.
Signed-off-by: Haren Myneni <haren@us.ibm.com>
diff --git a/arch/powerpc/platforms/powernv/opal.c b/arch/powerpc/platforms/powernv/opal.c
index 48fbb41..838b79b 100644
--- a/arch/powerpc/platforms/powernv/opal.c
+++ b/arch/powerpc/platforms/powernv/opal.c
@@ -923,6 +923,7 @@ void opal_shutdown(void)
EXPORT_SYMBOL_GPL(opal_flash_write);
EXPORT_SYMBOL_GPL(opal_flash_erase);
EXPORT_SYMBOL_GPL(opal_prd_msg);
+EXPORT_SYMBOL_GPL(opal_check_token);
/* Convert a region of vmalloc memory to an opal sg list */
struct opal_sg_list *opal_vmalloc_to_sg_list(void *vmalloc_addr,
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [V3,1/2] powerpc/powernv: Export opal_check_token symbol
2018-06-13 7:28 [PATCH V3 1/2] powerpc/powernv: Export opal_check_token symbol Haren Myneni
@ 2018-08-08 14:25 ` Michael Ellerman
0 siblings, 0 replies; 2+ messages in thread
From: Michael Ellerman @ 2018-08-08 14:25 UTC (permalink / raw)
To: Haren Myneni; +Cc: linuxppc-dev, herbert, stewart, linux-crypto
On Wed, 2018-06-13 at 07:28:57 UTC, Haren Myneni wrote:
> Export opal_check_token symbol for modules to check the availability
> of OPAL calls before using them.
>
> Signed-off-by: Haren Myneni <haren@us.ibm.com>
Applied to powerpc next, thanks.
https://git.kernel.org/powerpc/c/6e708000ec2c93c2bde6a46aa2d6c3
cheers
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-08-08 14:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-13 7:28 [PATCH V3 1/2] powerpc/powernv: Export opal_check_token symbol Haren Myneni
2018-08-08 14:25 ` [V3,1/2] " Michael Ellerman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).