1
0
Fork 0
alistair23-linux/drivers/ps3
Alexey Dobriyan fce4d58353 powerpc/ps3: Fix compile error in ps3-lpm.c
Compiling with CONFIG_SMP = n and CONFIG_PS3_LPM != n gives this error:

drivers/ps3/ps3-lpm.c:838: error: implicit declaration of function 'get_hard_smp_processor_id'

This fixes it.  We have to include <asm/smp.h> rather than
<linux/smp.h> because the UP definition of get_hard_smp_processor_id()
is in <asm/smp.h>, and <linux/smp.h> only includes <asm/smp.h> if
CONFIG_SMP = y.

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
2008-11-05 19:59:08 +11:00
..
Makefile
ps3-lpm.c powerpc/ps3: Fix compile error in ps3-lpm.c 2008-11-05 19:59:08 +11:00
ps3-sys-manager.c
ps3-vuart.c
ps3av.c
ps3av_cmd.c ps3: Add passthru support for non-audio streams 2008-10-20 08:05:15 +02:00
ps3stor_lib.c
sys-manager-core.c
vuart.h