Commit 19007b14 authored by Benjamin Gaignard's avatar Benjamin Gaignard Committed by Greg Kroah-Hartman

gpu: ion: fix ion_platform_data definition

fix ion_platform_heap to make is use an usual way in board configuration file.
Signed-off-by: default avatarBenjamin Gaignard <benjamin.gaignard@linaro.org>
[jstultz: modified patch to apply to staging directory]
Signed-off-by: default avatarJohn Stultz <john.stultz@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d1cf3e98
...@@ -103,7 +103,7 @@ struct ion_platform_heap { ...@@ -103,7 +103,7 @@ struct ion_platform_heap {
*/ */
struct ion_platform_data { struct ion_platform_data {
int nr; int nr;
struct ion_platform_heap heaps[]; struct ion_platform_heap *heaps;
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment