[PATCH 17/19] bootwrapper: Add dt_ops methods.
Mark A. Greer
mgreer at mvista.com
Sat Feb 10 10:05:40 EST 2007
On Wed, Feb 07, 2007 at 05:01:44PM -0600, Scott Wood wrote:
<snip>
> diff --git a/arch/powerpc/boot/flatdevtree_misc.c b/arch/powerpc/boot/flatdevtree_misc.c
> index 39fa010..10e5f27 100644
> --- a/arch/powerpc/boot/flatdevtree_misc.c
> +++ b/arch/powerpc/boot/flatdevtree_misc.c
> +void *fdtm_get_parent(const void *phandle)
> +void *fdtm_create_node(const void *phandle, const char *name)
> +void *fdtm_find_node_by_prop_value(const void *prev, const char *propname,
Make these static. Also, we should probably make the naming consistent
so would you mind making them all fdtm_* or whatever?
Mark
More information about the Linuxppc-dev
mailing list