Re: [PATCH] staging: android ion/hisi: fix dependencies

2016-09-15 Thread Sumit Semwal
On 16 September 2016 at 07:40, Laura Abbott wrote: > On 09/15/2016 08:57 AM, Arnd Bergmann wrote: >> >> The newly added Hi6220 Ion code fails to build when the ION_OF helpers >> are not present: >> >> drivers/staging/android/ion/hisilicon/hi6220_ion.o: In function >>

Re: [PATCH] staging: android ion/hisi: fix dependencies

2016-09-15 Thread Laura Abbott
On 09/15/2016 08:57 AM, Arnd Bergmann wrote: The newly added Hi6220 Ion code fails to build when the ION_OF helpers are not present: drivers/staging/android/ion/hisilicon/hi6220_ion.o: In function `hi6220_ion_remove': hi6220_ion.c:(.text.hi6220_ion_remove+0x4c): undefined reference to

[PATCH] staging: android ion/hisi: fix dependencies

2016-09-15 Thread Arnd Bergmann
The newly added Hi6220 Ion code fails to build when the ION_OF helpers are not present: drivers/staging/android/ion/hisilicon/hi6220_ion.o: In function `hi6220_ion_remove': hi6220_ion.c:(.text.hi6220_ion_remove+0x4c): undefined reference to `ion_destroy_platform_data'