X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fmips%2Fmm%2Fcache.c;h=ddd3a2de1d73ea8513ace939f4c40d0fd81e2205;hp=591c22b080e427edc681248508b86ffc3a3fecb7;hb=ca78f6baca863afe2e6a244a0fe94b3a70211d46;hpb=b4669d66fb1488fd9cebe0b8da447cfeb86109ba diff --git a/arch/mips/mm/cache.c b/arch/mips/mm/cache.c index 591c22b080e4..ddd3a2de1d73 100644 --- a/arch/mips/mm/cache.c +++ b/arch/mips/mm/cache.c @@ -5,7 +5,6 @@ * * Copyright (C) 1994 - 2003 by Ralf Baechle */ -#include #include #include #include @@ -30,6 +29,7 @@ void (*flush_icache_page)(struct vm_area_struct *vma, struct page *page); /* MIPS specific cache operations */ void (*flush_cache_sigtramp)(unsigned long addr); +void (*local_flush_data_cache_page)(void * addr); void (*flush_data_cache_page)(unsigned long addr); void (*flush_icache_all)(void);