Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=d2d159dbd51a99abdd4ae02fecc68cd1e0b0558e
Commit:     d2d159dbd51a99abdd4ae02fecc68cd1e0b0558e
Parent:     a4858d4dab4580ec8b1fb7576f91522b6962502c
Author:     Jesper Nilsson <[EMAIL PROTECTED]>
AuthorDate: Mon Jan 14 00:55:23 2008 -0800
Committer:  Linus Torvalds <[EMAIL PROTECTED]>
CommitDate: Mon Jan 14 08:52:23 2008 -0800

    CRIS v10: kernel/time.c needs to include linux/vmstat.h to compile
    
    This fixes compile error when nr_free_pages() from linux/swap.h
    expands to global_page_state(NR_FREE_PAGES), but linux/vmstat.h isn't
    included to declare global_page_state().
    
    Signed-off-by: Jesper Nilsson <[EMAIL PROTECTED]>
    Cc: Mikael Starvik <[EMAIL PROTECTED]>
    Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
    Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>
---
 arch/cris/arch-v10/kernel/time.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/cris/arch-v10/kernel/time.c b/arch/cris/arch-v10/kernel/time.c
index 5976f61..9310a7b 100644
--- a/arch/cris/arch-v10/kernel/time.c
+++ b/arch/cris/arch-v10/kernel/time.c
@@ -13,6 +13,7 @@
 #include <linux/swap.h>
 #include <linux/sched.h>
 #include <linux/init.h>
+#include <linux/vmstat.h>
 #include <asm/arch/svinto.h>
 #include <asm/types.h>
 #include <asm/signal.h>
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to