diff mbox series

[v7,2/3] of: EXPORT_SYMBOL_GPL of_find_next_cache_node

Message ID 20191015120927.10470-3-hhhawa@amazon.com (mailing list archive)
State New, archived
Headers show
Series Add support for Amazon's Annapurna Labs EDAC for L1/L2 | expand

Commit Message

Hawa, Hanna Oct. 15, 2019, 12:09 p.m. UTC
Make of_find_next_cache_node() available for modules.

Signed-off-by: Hanna Hawa <hhhawa@amazon.com>
---
 drivers/of/base.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Rob Herring (Arm) Oct. 17, 2019, 2:09 p.m. UTC | #1
On Tue, 15 Oct 2019 13:09:26 +0100, Hanna Hawa wrote:
> Make of_find_next_cache_node() available for modules.
> 
> Signed-off-by: Hanna Hawa <hhhawa@amazon.com>
> ---
>  drivers/of/base.c | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>
diff mbox series

Patch

diff --git a/drivers/of/base.c b/drivers/of/base.c
index 20e0e7ee4edf..fe22c7428958 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -2172,6 +2172,7 @@  struct device_node *of_find_next_cache_node(const struct device_node *np)
 
 	return NULL;
 }
+EXPORT_SYMBOL_GPL(of_find_next_cache_node);
 
 /**
  * of_find_last_cache_level - Find the level at which the last cache is