mm: remove the prot argument from vm_map_ram
[openwrt/staging/blogic.git] / mm / nommu.c
index 318df4e236c99003e81880e8619c111a3138dcdf..4f07b7ef0297444f359d4768db7a5b93eb8adb42 100644 (file)
@@ -351,7 +351,7 @@ void vunmap(const void *addr)
 }
 EXPORT_SYMBOL(vunmap);
 
-void *vm_map_ram(struct page **pages, unsigned int count, int node, pgprot_t prot)
+void *vm_map_ram(struct page **pages, unsigned int count, int node)
 {
        BUG();
        return NULL;