Re: [PATCHv2] drm/prime: Forward declare struct device

2017-05-10 Thread Sumit Semwal
Hi Laura, On 10 May 2017 at 22:35, Laura Abbott wrote: > > We need a declaration of struct device to avoid warnings: > > In file included from include/drm/drm_file.h:38:0, > from drivers/gpu/drm/drm_file.c:38: > include/drm/drm_prime.h:71:14: warning: 'struct

[PATCHv2] drm/prime: Forward declare struct device

2017-05-10 Thread Laura Abbott
We need a declaration of struct device to avoid warnings: In file included from include/drm/drm_file.h:38:0, from drivers/gpu/drm/drm_file.c:38: include/drm/drm_prime.h:71:14: warning: 'struct device' declared inside parameter list will not be visible outside of this