projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bbea346
)
[POWERPC] PS3: Add time include to lpm
author
FUJITA Tomonori
<fujita.tomonori@lab.ntt.co.jp>
Wed, 30 Apr 2008 22:25:09 +0000
(08:25 +1000)
committer
Paul Mackerras
<paulus@samba.org>
Fri, 2 May 2008 05:00:44 +0000
(15:00 +1000)
Add an include <asm/time.h> statement for get_tb().
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
drivers/ps3/ps3-lpm.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/ps3/ps3-lpm.c
b/drivers/ps3/ps3-lpm.c
index 6c9592ce49961e6a145463392f2c0523a5569cf6..85edf945ab86a9a3f9c5c93d1484794f0b1acc93 100644
(file)
--- 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/time.h>
#include <asm/ps3.h>
#include <asm/lv1call.h>
#include <asm/cell-pmu.h>