aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-mips
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2007-04-26 15:46:25 +0100
committerRalf Baechle <ralf@linux-mips.org>2007-04-27 16:20:24 +0100
commiteacb9d61919db56482dcea7ec943c9508175dc16 (patch)
tree37bb55ace9b1f9e62db9cce6853cf0e58d1b5376 /include/asm-mips
parent[MIPS] Malta: Delete unused prototype of mips_timer_interrupt. (diff)
downloadlinux-dev-eacb9d61919db56482dcea7ec943c9508175dc16.tar.xz
linux-dev-eacb9d61919db56482dcea7ec943c9508175dc16.zip
[MIPS] Remove unused argument from kunmap_coherent().
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'include/asm-mips')
-rw-r--r--include/asm-mips/cacheflush.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-mips/cacheflush.h b/include/asm-mips/cacheflush.h
index 28d907d4347a..4933b4947ed0 100644
--- a/include/asm-mips/cacheflush.h
+++ b/include/asm-mips/cacheflush.h
@@ -96,6 +96,6 @@ extern void (*flush_data_cache_page)(unsigned long addr);
unsigned long __init run_uncached(void *func);
extern void *kmap_coherent(struct page *page, unsigned long addr);
-extern void kunmap_coherent(struct page *page);
+extern void kunmap_coherent(void);
#endif /* _ASM_CACHEFLUSH_H */