[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20200122102513.31132-3-hhhawa@amazon.com>
Date: Wed, 22 Jan 2020 12:25:12 +0200
From: Hanna Hawa <hhhawa@...zon.com>
To: <bp@...en8.de>, <mchehab@...nel.org>, <tony.luck@...el.com>,
<james.morse@....com>, <rrichter@...vell.com>, <hhhawa@...zon.com>,
<robh+dt@...nel.org>, <frowand.list@...il.com>,
<davem@...emloft.net>, <gregkh@...uxfoundation.org>,
<Jonathan.Cameron@...wei.com>, <arnd@...db.de>
CC: <linux-kernel@...r.kernel.org>, <linux-edac@...r.kernel.org>,
<devicetree@...r.kernel.org>, <dwmw@...zon.co.uk>,
<benh@...zon.com>, <ronenk@...zon.com>, <talel@...zon.com>,
<jonnyc@...zon.com>, <hanochu@...zon.com>, <barakw@...zon.com>
Subject: [PATCH v8 2/3] of: EXPORT_SYMBOL_GPL of_find_next_cache_node
Make of_find_next_cache_node() available for modules.
Signed-off-by: Hanna Hawa <hhhawa@...zon.com>
Acked-by: Rob Herring <robh@...nel.org>
---
drivers/of/base.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/of/base.c b/drivers/of/base.c
index 1d667eb730e1..9f5610f55ed6 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -2212,6 +2212,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
--
2.17.1
Powered by blists - more mailing lists