The patch titled
     powerpc: export of_find_property
has been removed from the -mm tree.  Its filename was
     powerpc-export-of_find_property.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: powerpc: export of_find_property
From: Dave Jones <[EMAIL PROTECTED]>

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]>
Cc: Paul Mackerras <[EMAIL PROTECTED]>
Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 arch/powerpc/kernel/prom.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN arch/powerpc/kernel/prom.c~powerpc-export-of_find_property 
arch/powerpc/kernel/prom.c
--- a/arch/powerpc/kernel/prom.c~powerpc-export-of_find_property
+++ a/arch/powerpc/kernel/prom.c
@@ -1605,6 +1605,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
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

origin.patch
git-agpgart.patch
git-cpufreq.patch
git-powerpc.patch
loosen-dependancy-on-rtc-cmos.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to