aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/powerpc/sysdev/timer.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/sysdev/timer.c b/arch/powerpc/sysdev/timer.c
index bdbf8fe520e4..4a01748b4217 100644
--- a/arch/powerpc/sysdev/timer.c
+++ b/arch/powerpc/sysdev/timer.c
@@ -7,6 +7,7 @@
7 */ 7 */
8 8
9#include <linux/time.h> 9#include <linux/time.h>
10#include <linux/sysdev.h>
10#include <asm/rtc.h> 11#include <asm/rtc.h>
11 12
12static unsigned long suspend_rtc_time; 13static unsigned long suspend_rtc_time;