All of lore.kernel.org
 help / color / mirror / Atom feed
* - powerpc-export-of_find_property.patch removed from -mm tree
@ 2007-02-16  8:02 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2007-02-16  8:02 UTC (permalink / raw)
  To: davej, arnd.bergmann, benh, paulus, mm-commits


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@redhat.com>

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@redhat.com>
Acked-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 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@redhat.com are

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-02-16  8:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-02-16  8:02 - powerpc-export-of_find_property.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.