[<prev] [next>] [day] [month] [year] [list]
Message-Id: <1208178045-22921-1-git-send-email-fujita.tomonori@lab.ntt.co.jp>
Date: Mon, 14 Apr 2008 22:00:45 +0900
From: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>
To: linux-kernel@...r.kernel.org
Cc: FUJITA Tomonori <fujita.tomonori@....ntt.co.jp>,
Takashi Yamamoto <TakashiA.Yamamoto@...sony.com>,
Paul Mackerras <paulus@...ba.org>
Subject: [PATCH] PS3: fix compile error
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@....ntt.co.jp>
Cc: Takashi Yamamoto <TakashiA.Yamamoto@...sony.com>
Cc: Paul Mackerras <paulus@...ba.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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists