Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=ae50517ef16bd264c0d68f7b81c143fd9f01a40a
Commit:     ae50517ef16bd264c0d68f7b81c143fd9f01a40a
Parent:     32aed2a5ce31dc8f42811a0e74020f230241165a
Author:     Dave Jones <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 14 16:54:31 2007 -0500
Committer:  Paul Mackerras <[EMAIL PROTECTED]>
CommitDate: Fri Feb 16 14:00:20 2007 +1100

    [POWERPC] Export of_find_property
    
    Without this, building drivers/serial/of_serial.c as a module fails.
    
    WARNING: ".of_find_property" [drivers/serial/of_serial.ko] undefined!
    
    Signed-off-by: Dave Jones <[EMAIL PROTECTED]>
    Acked-by: Arnd Bergmann <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Paul Mackerras <[EMAIL PROTECTED]>
---
 arch/powerpc/kernel/prom.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/powerpc/kernel/prom.c b/arch/powerpc/kernel/prom.c
index 3e86e6e..8d52b23 100644
--- a/arch/powerpc/kernel/prom.c
+++ b/arch/powerpc/kernel/prom.c
@@ -1599,6 +1599,7 @@ struct property *of_find_property(const struct 
device_node *np,
 
        return pp;
 }
+EXPORT_SYMBOL(of_find_property);
 
 /*
  * Find a property with a given name for a given node
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to