Re: [PATCH] ps3: ps3-lpm.c compile fix

2008-11-03 Thread Geoff Levand
Alexey Dobriyan wrote: > On Mon, Nov 03, 2008 at 09:20:28AM +0100, Geert Uytterhoeven wrote: >> On Sun, 2 Nov 2008, Alexey Dobriyan wrote: >> > drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function >> > 'get_hard_smp_processor_id' >> > >> > Signed-off-by: Alexey Dobriyan <[EMAIL PROT

Re: [PATCH] ps3: ps3-lpm.c compile fix

2008-11-03 Thread Alexey Dobriyan
On Mon, Nov 03, 2008 at 09:20:28AM +0100, Geert Uytterhoeven wrote: > On Sun, 2 Nov 2008, Alexey Dobriyan wrote: > > drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function > > 'get_hard_smp_processor_id' > > > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > > --- > > > > driv

Re: [PATCH] ps3: ps3-lpm.c compile fix

2008-11-03 Thread Geert Uytterhoeven
On Sun, 2 Nov 2008, Alexey Dobriyan wrote: > drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function > 'get_hard_smp_processor_id' > > Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> > --- > > drivers/ps3/ps3-lpm.c |1 + > 1 file changed, 1 insertion(+) > > --- a/drivers/ps3/

[PATCH] ps3: ps3-lpm.c compile fix

2008-11-02 Thread Alexey Dobriyan
drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function 'get_hard_smp_processor_id' Signed-off-by: Alexey Dobriyan <[EMAIL PROTECTED]> --- drivers/ps3/ps3-lpm.c |1 + 1 file changed, 1 insertion(+) --- a/drivers/ps3/ps3-lpm.c +++ b/drivers/ps3/ps3-lpm.c @@ -22,6 +22,7 @@ #inclu