[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1558118857-16912-2-git-send-email-isaacm@codeaurora.org>
Date: Fri, 17 May 2019 11:47:34 -0700
From: "Isaac J. Manjarres" <isaacm@...eaurora.org>
To: devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-pci@...r.kernel.org, iommu@...ts.linux-foundation.org,
linux-arm-kernel@...ts.infradead.org
Cc: "Isaac J. Manjarres" <isaacm@...eaurora.org>, robh+dt@...nel.org,
frowand.list@...il.com, bhelgaas@...gle.com, joro@...tes.org,
robin.murphy@....com, will.deacon@....com, kernel-team@...roid.com,
pratikp@...eaurora.org, lmark@...eaurora.org
Subject: [RFC/PATCH 1/4] of: Export of_phandle_iterator_args() to modules
Kernel modules may want to use of_phandle_iterator_args(),
so export it.
Signed-off-by: Isaac J. Manjarres <isaacm@...eaurora.org>
---
drivers/of/base.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/of/base.c b/drivers/of/base.c
index 20e0e7e..8b9c597 100644
--- a/drivers/of/base.c
+++ b/drivers/of/base.c
@@ -1388,6 +1388,7 @@ int of_phandle_iterator_args(struct of_phandle_iterator *it,
return count;
}
+EXPORT_SYMBOL_GPL(of_phandle_iterator_args);
static int __of_parse_phandle_with_args(const struct device_node *np,
const char *list_name,
--
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project
Powered by blists - more mailing lists