[RFC PATCH 4/8] cris: time.c: Add missing include file to fix compile error

From: Guenter Roeck
Date: Sun Sep 21 2014 - 12:28:03 EST


Fix the following compile error.

arch/cris/arch-v32/kernel/time.c: In function âreset_watchdogâ:
arch/cris/arch-v32/kernel/time.c:121:2:
error: implicit declaration of function âglobal_page_stateâ

Signed-off-by: Guenter Roeck <linux@xxxxxxxxxxxx>
---
arch/cris/arch-v32/kernel/time.c | 1 +
1 file changed, 1 insertion(+)

diff --git a/arch/cris/arch-v32/kernel/time.c b/arch/cris/arch-v32/kernel/time.c
index ee66866..73745ce 100644
--- a/arch/cris/arch-v32/kernel/time.c
+++ b/arch/cris/arch-v32/kernel/time.c
@@ -14,6 +14,7 @@
#include <linux/init.h>
#include <linux/threads.h>
#include <linux/cpufreq.h>
+#include <linux/mm.h>
#include <asm/types.h>
#include <asm/signal.h>
#include <asm/io.h>
--
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/