From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Neuendorffer Subject: [PATCH 3/9] of/base.c: export property access/modification functions Date: Fri, 23 Jul 2010 13:57:37 -0700 Message-ID: References: <1279918663-29960-1-git-send-email-stephen.neuendorffer@xilinx.com> <1279918663-29960-2-git-send-email-stephen.neuendorffer@xilinx.com> <1279918663-29960-3-git-send-email-stephen.neuendorffer@xilinx.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1279918663-29960-3-git-send-email-stephen.neuendorffer-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org Errors-To: devicetree-discuss-bounces+gldd-devicetree-discuss=m.gmane.org-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org To: grant.likely-s3s/WqlpOiPyB63q8FvJNQ@public.gmane.org, devicetree-discuss-uLR06cmDAlY/bJ5BZ2RsiQ@public.gmane.org List-Id: devicetree@vger.kernel.org These functions can be usefully used by device drivers. Signed-off-by: Stephen Neuendorffer --- drivers/of/base.c | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/drivers/of/base.c b/drivers/of/base.c index e3f7af8..9ee27f6 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c @@ -763,6 +763,7 @@ int prom_add_property(struct device_node *np, struct property *prop) return 0; } +EXPORT_SYMBOL(prom_add_property); /** * prom_remove_property - Remove a property from a node. @@ -804,6 +805,7 @@ int prom_remove_property(struct device_node *np, struct property *prop) return 0; } +EXPORT_SYMBOL(prom_remove_property); /* * prom_update_property - Update a property in a node. @@ -848,6 +850,7 @@ int prom_update_property(struct device_node *np, return 0; } +EXPORT_SYMBOL(prom_update_property); #if defined(CONFIG_OF_DYNAMIC) /* -- 1.5.6.6 This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.