[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1411316838-15135-5-git-send-email-linux@roeck-us.net>
Date: Sun, 21 Sep 2014 09:27:14 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: linux-kernel@...r.kernel.org
Cc: Waldemar Brodkorb <mail@...demar-brodkorb.de>,
Jesper Nilsson <jespern@...s.com>,
Mikael Starvik <starvik@...s.com>, linux-cris-kernel@...s.com,
Guenter Roeck <linux@...ck-us.net>
Subject: [RFC PATCH 4/8] cris: time.c: Add missing include file to fix compile error
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@...ck-us.net>
---
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@...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