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
..
2008-10-25 04:07:13 -04:00
2008-11-04 01:08:33 -05:00
2008-10-29 15:03:49 -07:00
2008-10-30 11:38:45 -07:00
2008-10-31 00:40:19 -07:00
2008-10-28 17:46:02 +09:00
2008-11-01 09:49:46 -07:00
2008-10-20 13:14:06 +02:00
2008-10-23 10:53:02 -07:00
2008-10-25 04:07:44 -04:00
2008-10-30 11:38:46 -07:00
2008-10-26 10:27:01 +01:00
2008-10-20 08:52:42 -07:00
2008-10-22 01:19:39 +02:00
2008-11-03 10:15:40 -08:00
2008-11-01 09:49:46 -07:00
2008-10-26 17:04:40 +01:00
2008-10-30 15:55:47 +01:00
2008-11-02 21:40:10 +01:00
2008-10-24 12:55:14 -04:00
2008-11-01 09:49:46 -07:00
2008-11-01 09:49:46 -07:00
2008-11-01 09:49:46 -07:00
2008-11-01 09:50:12 -07:00
2008-10-30 18:36:16 -07:00
2008-10-21 14:32:12 -02:00
2008-10-21 07:48:33 -04:00
2008-11-01 09:49:46 -07:00
2008-11-01 12:40:38 -07:00
2008-11-01 09:50:12 -07:00
2008-10-28 00:00:42 +00:00
2008-11-04 08:18:19 -08:00
2008-11-04 08:30:12 -08:00
2008-10-31 16:12:01 +11:00
2008-10-23 10:05:40 -07:00
2008-10-21 07:47:06 -04:00
2008-10-30 12:52:53 -07:00
2008-10-30 12:09:44 -07:00
2008-10-31 16:18:02 +09:00
2008-11-04 08:18:19 -08:00
2008-10-20 09:44:30 -07:00
2008-11-05 19:59:08 +11:00
2008-10-30 15:31:35 +00:00
2008-11-01 09:49:46 -07:00
2008-10-30 11:46:28 -07:00
2008-11-04 08:18:19 -08:00
2008-11-01 09:49:46 -07:00
2008-11-01 09:51:51 -07:00
2008-11-04 08:18:19 -08:00
2008-11-01 09:49:46 -07:00
2008-11-01 09:49:46 -07:00
2008-11-01 09:49:46 -07:00
2008-10-20 14:37:53 +01:00
2008-11-01 12:40:38 -07:00
2008-10-20 08:52:42 -07:00
2008-10-28 19:16:11 +00:00
2008-11-04 08:18:19 -08:00
2008-10-28 21:47:17 +00:00
2008-10-26 16:35:46 -07:00