Re: [PATCH] of_detach_node()'s device node argument cannot be const

2007-07-20 Thread Segher Boessenkool
>> ...since it modifies it (when it sets the OF_DETACHED flag). > > http://patchwork.ozlabs.org/linuxppc/patch?q=Stephen% > 20Rothwell&id=12212 Ah okay :-) Segher ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listin

Re: [PATCH] of_detach_node()'s device node argument cannot be const

2007-07-19 Thread Stephen Rothwell
On Fri, 20 Jul 2007 07:58:38 +0200 Segher Boessenkool <[EMAIL PROTECTED]> wrote: > > ...since it modifies it (when it sets the OF_DETACHED flag). http://patchwork.ozlabs.org/linuxppc/patch?q=Stephen%20Rothwell&id=12212 -- Cheers, Stephen Rothwell[EMAIL PROTECTED] http://www.c

[PATCH] of_detach_node()'s device node argument cannot be const

2007-07-19 Thread Segher Boessenkool
...since it modifies it (when it sets the OF_DETACHED flag). Signed-off-by: Segher Boessenkool <[EMAIL PROTECTED]> --- arch/powerpc/kernel/prom.c |2 +- include/asm-powerpc/prom.h |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/powerpc/kernel/prom.c b/arch/power