lkml.org 
[lkml]   [2008]   [Apr]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] PS3: fix compile error
Date
drivers/ps3/ps3-lpm.c: In function 'ps3_set_pm_bookmark':
drivers/ps3/ps3-lpm.c:192: error: implicit declaration of function 'get_tb'
make[3]: *** [drivers/ps3/ps3-lpm.o] Error 1

Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Cc: Takashi Yamamoto <TakashiA.Yamamoto@jp.sony.com>
Cc: Paul Mackerras <paulus@samba.org>
---
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 6c9592c..85edf94 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>
--
1.5.4.2


\
 
 \ /
  Last update: 2008-04-14 15:09    [W:0.072 / U:0.252 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site