Blob Blame History Raw
From: Jeff Mahoney <jeffm@suse.com>
Subject: [PATCH] ps3: lpm build fix

 This module calls get_tb(), but that's defined in asm/time.h, which isn't
 included.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>

---
 drivers/ps3/ps3-lpm.c |    1 +
 1 file changed, 1 insertion(+)

--- a/drivers/ps3/ps3-lpm.c
+++ b/drivers/ps3/ps3-lpm.c
@@ -26,6 +26,7 @@
 #include <asm/ps3.h>
 #include <asm/lv1call.h>
 #include <asm/cell-pmu.h>
+#include <asm/time.h>
 
 
 /* BOOKMARK tag macros */