Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8c41286edffef0d6e7fb770b178275c8beb24055
Commit:     8c41286edffef0d6e7fb770b178275c8beb24055
Parent:     40df3831f9b2fa386f55b580f294ea4f686704be
Author:     Atsushi Nemoto <[EMAIL PROTECTED]>
AuthorDate: Thu Jul 12 00:55:40 2007 +0900
Committer:  Ralf Baechle <[EMAIL PROTECTED]>
CommitDate: Thu Jul 12 17:41:13 2007 +0100

    [MIPS] Include cacheflush.h in uncache.c
    
    This fixes this sparse warning:
    
    arch/mips/lib/uncached.c:38:22: warning: symbol 'run_uncached' was not 
declared. Should it be static?
    
    Signed-off-by: Atsushi Nemoto <[EMAIL PROTECTED]>
    Signed-off-by: Ralf Baechle <[EMAIL PROTECTED]>
---
 arch/mips/lib/uncached.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/mips/lib/uncached.c b/arch/mips/lib/uncached.c
index 2388f7f..58d14f4 100644
--- a/arch/mips/lib/uncached.c
+++ b/arch/mips/lib/uncached.c
@@ -12,6 +12,7 @@
 
 #include <asm/addrspace.h>
 #include <asm/bug.h>
+#include <asm/cacheflush.h>
 
 #ifndef CKSEG2
 #define CKSEG2 CKSSEG
-
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