Update libata driver for bf548 atapi controller against the 2.6.24 tree.
[safe/jmp/linux-2.6] / include / asm-x86 / stacktrace.h
index 6f0b545..70dd5ba 100644 (file)
@@ -15,6 +15,6 @@ struct stacktrace_ops {
 };
 
 void dump_trace(struct task_struct *tsk, struct pt_regs *regs, unsigned long *stack,
-               struct stacktrace_ops *ops, void *data);
+               const struct stacktrace_ops *ops, void *data);
 
 #endif