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 <davej@xxxxxxxxxx> 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 <davej@xxxxxxxxxx> Acked-by: Arnd Bergmann <arnd.bergmann@xxxxxxxxxx> Cc: Paul Mackerras <paulus@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- 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 davej@xxxxxxxxxx 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 majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html