sh: Fix up and optimize the kmap_coherent() interface.
[pandora-kernel.git] / arch / sh / mm / nommu.c
index 51b5403..ac16c05 100644 (file)
@@ -81,7 +81,7 @@ void *kmap_coherent(struct page *page, unsigned long addr)
        return NULL;
 }
 
-void kunmap_coherent(void)
+void kunmap_coherent(void *kvaddr)
 {
        BUG();
 }