diff options
Diffstat (limited to 'drivers/gpu/ion/ion_priv.h')
| -rw-r--r-- | drivers/gpu/ion/ion_priv.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/ion/ion_priv.h b/drivers/gpu/ion/ion_priv.h index 21c196305bf..e719a625084 100644 --- a/drivers/gpu/ion/ion_priv.h +++ b/drivers/gpu/ion/ion_priv.h @@ -126,11 +126,11 @@ struct ion_heap_ops {   * that are allocated from a specially reserved heap.   */  struct ion_heap { -	struct rb_node node; +	struct plist_node node;  	struct ion_device *dev;  	enum ion_heap_type type;  	struct ion_heap_ops *ops; -	int id; +	unsigned int id;  	const char *name;  	int (*debug_show)(struct ion_heap *heap, struct seq_file *, void *);  };  |