[ia64] missed cleanups from switch to regset coredumps
[linux-2.6-microblaze.git] / arch / ia64 / kernel / process.c
index 6b61a70..d9907ae 100644 (file)
@@ -487,7 +487,7 @@ do_copy_task_regs (struct task_struct *task, struct unw_frame_info *info, void *
        unw_get_ar(info, UNW_AR_SSD, &dst[56]);
 }
 
-void
+static void
 do_copy_regs (struct unw_frame_info *info, void *arg)
 {
        do_copy_task_regs(current, info, arg);