Re: export of_find_property

2007-02-14 Thread Arnd Bergmann
On Wednesday 14 February 2007 22:54, Dave Jones wrote:
> 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]>

Sorry about that one. This was introduced by a last-minute change,
and I didn't retest building as a module with it.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


export of_find_property

2007-02-14 Thread Dave Jones
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]>

--- linux-2.6.20.noarch/arch/powerpc/kernel/prom.c~ 2007-02-14 
16:52:47.0 -0500
+++ linux-2.6.20.noarch/arch/powerpc/kernel/prom.c  2007-02-14 
16:52:57.0 -0500
@@ -1599,6 +1599,7 @@ struct property *of_find_property(const 
 
return pp;
 }
+EXPORT_SYMBOL(of_find_property);
 
 /*
  * Find a property with a given name for a given node

-- 
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


export of_find_property

2007-02-14 Thread Dave Jones
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]

--- linux-2.6.20.noarch/arch/powerpc/kernel/prom.c~ 2007-02-14 
16:52:47.0 -0500
+++ linux-2.6.20.noarch/arch/powerpc/kernel/prom.c  2007-02-14 
16:52:57.0 -0500
@@ -1599,6 +1599,7 @@ struct property *of_find_property(const 
 
return pp;
 }
+EXPORT_SYMBOL(of_find_property);
 
 /*
  * Find a property with a given name for a given node

-- 
http://www.codemonkey.org.uk
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: export of_find_property

2007-02-14 Thread Arnd Bergmann
On Wednesday 14 February 2007 22:54, Dave Jones wrote:
 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]

Sorry about that one. This was introduced by a last-minute change,
and I didn't retest building as a module with it.
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/