aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/mm/nommu.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sh/mm/nommu.c')
-rw-r--r--arch/sh/mm/nommu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sh/mm/nommu.c b/arch/sh/mm/nommu.c
index 51b54037216f..ac16c05917ef 100644
--- a/arch/sh/mm/nommu.c
+++ b/arch/sh/mm/nommu.c
@@ -81,7 +81,7 @@ void *kmap_coherent(struct page *page, unsigned long addr)
81 return NULL; 81 return NULL;
82} 82}
83 83
84void kunmap_coherent(void) 84void kunmap_coherent(void *kvaddr)
85{ 85{
86 BUG(); 86 BUG();
87} 87}