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 <li...@roeck-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 majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/