aboutsummaryrefslogtreecommitdiffstats
path: root/arch/cris/arch-v32/kernel/time.c
diff options
context:
space:
mode:
authorJesper Nilsson <jespern@axis.com>2014-09-30 15:34:10 +0200
committerJesper Nilsson <jespern@axis.com>2014-12-20 00:00:57 +0100
commiteeda0084419741016d32019bf535a94dbd5628e7 (patch)
tree8e7f93590c77ce92006809525b794f2c06863e08 /arch/cris/arch-v32/kernel/time.c
parentCRISv32: Drop obsolete file for SPI driver (diff)
downloadlinux-dev-eeda0084419741016d32019bf535a94dbd5628e7.tar.xz
linux-dev-eeda0084419741016d32019bf535a94dbd5628e7.zip
CRISv32: Add missing include for mm.h
Fixes 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@roeck-us.net> Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Diffstat (limited to '')
-rw-r--r--arch/cris/arch-v32/kernel/time.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/cris/arch-v32/kernel/time.c b/arch/cris/arch-v32/kernel/time.c
index ee66866538f8..73745ce79f6c 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>