LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Alexey Dobriyan <adobriyan@gmail.com>
To: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com>
Cc: linuxppc-dev@ozlabs.org, paulus@samba.org
Subject: Re: [PATCH] ps3: ps3-lpm.c compile fix
Date: Mon, 3 Nov 2008 16:48:29 +0300	[thread overview]
Message-ID: <20081103134829.GA3432@x200.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.64.0811030920170.11062@vixen.sonytel.be>

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 <adobriyan@gmail.com>
> > ---
> > 
> >  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 @@
> >  #include <linux/module.h>
> >  #include <linux/interrupt.h>
> >  #include <linux/uaccess.h>
> > +#include <asm/smp.h>
> 
> #include <linux/smp.h>?

Nope, everybody else uses asm/smp.h.

  reply	other threads:[~2008-11-03 13:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-11-02 17:26 [PATCH] ps3: ps3-lpm.c compile fix Alexey Dobriyan
2008-11-03  8:20 ` Geert Uytterhoeven
2008-11-03 13:48   ` Alexey Dobriyan [this message]
2008-11-03 19:03     ` Geoff Levand

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081103134829.GA3432@x200.localdomain \
    --to=adobriyan@gmail.com \
    --cc=Geert.Uytterhoeven@sonycom.com \
    --cc=linuxppc-dev@ozlabs.org \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox