mm: arch: make get_gate_vma take an mm_struct instead of a task_struct
[deliverable/linux.git] / arch / sh / kernel / vsyscall / vsyscall.c
index 242117cbad67bfa5f936911dbd70024905a68c2b..3f9b6f41813a696bc8d2df0f53b301a648b40561 100644 (file)
@@ -94,7 +94,7 @@ const char *arch_vma_name(struct vm_area_struct *vma)
        return NULL;
 }
 
-struct vm_area_struct *get_gate_vma(struct task_struct *task)
+struct vm_area_struct *get_gate_vma(struct mm_struct *mm)
 {
        return NULL;
 }
This page took 0.026058 seconds and 5 git commands to generate.