All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ps3: ps3-lpm.c compile fix
@ 2008-11-02 17:26 Alexey Dobriyan
  2008-11-03  8:20 ` Geert Uytterhoeven
  0 siblings, 1 reply; 4+ messages in thread
From: Alexey Dobriyan @ 2008-11-02 17:26 UTC (permalink / raw)
  To: paulus; +Cc: linuxppc-dev

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 <asm/time.h>
 #include <asm/ps3.h>
 #include <asm/lv1call.h>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-11-03 19:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2008-11-03 19:03     ` Geoff Levand

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.