|
@@ -180,7 +180,8 @@ struct ion_heap {
|
|
wait_queue_head_t waitqueue;
|
|
wait_queue_head_t waitqueue;
|
|
struct task_struct *task;
|
|
struct task_struct *task;
|
|
|
|
|
|
- int (*debug_show)(struct ion_heap *heap, struct seq_file *, void *);
|
|
|
|
|
|
+ int (*debug_show)(struct ion_heap *heap, struct seq_file *s,
|
|
|
|
+ void *unused);
|
|
};
|
|
};
|
|
|
|
|
|
/**
|
|
/**
|