diff options
| author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-05-01 08:25:09 +1000 | 
|---|---|---|
| committer | Paul Mackerras <paulus@samba.org> | 2008-05-02 15:00:44 +1000 | 
| commit | 483d8876f75aa5707a646442377051f1b90db206 (patch) | |
| tree | 6ad1bc51d6c7de80cce21881d8ff0c943c32184c | |
| parent | bbea34606269efedf7d12c608924b47bafb344f5 (diff) | |
| download | olio-linux-3.10-483d8876f75aa5707a646442377051f1b90db206.tar.xz olio-linux-3.10-483d8876f75aa5707a646442377051f1b90db206.zip  | |
[POWERPC] PS3: Add time include to lpm
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>
| -rw-r--r-- | drivers/ps3/ps3-lpm.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/ps3/ps3-lpm.c b/drivers/ps3/ps3-lpm.c index 6c9592ce499..85edf945ab8 100644 --- 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>  |