[PATCH v5 15/19] drm/msm: Remove prototypes for non-existing functions

Kieran Bingham kieran.bingham at ideasonboard.com
Wed Mar 13 09:05:48 UTC 2019


Hi Laurent,

On 21/02/2019 10:39, Laurent Pinchart wrote:
> Forgot to CC Rob, sorry about that.
> 
> On Thu, Feb 21, 2019 at 12:32:08PM +0200, Laurent Pinchart wrote:
>> The msm_atomic_state_clear() and msm_atomic_state_free() functions are
>> declared but never defined. Remove their prototypes.

I have confirmed there are no implementations of these prototypes in
drm-next tree.

Reviewed-by: Kieran Bingham <kieran.bingham+renesas at ideasonboard.com>


>>
>> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas at ideasonboard.com>
>> ---
>>  drivers/gpu/drm/msm/msm_drv.h | 2 --
>>  1 file changed, 2 deletions(-)
>>
>> diff --git a/drivers/gpu/drm/msm/msm_drv.h b/drivers/gpu/drm/msm/msm_drv.h
>> index 4e0c6c2f9a86..8f0287e75efb 100644
>> --- a/drivers/gpu/drm/msm/msm_drv.h
>> +++ b/drivers/gpu/drm/msm/msm_drv.h
>> @@ -240,8 +240,6 @@ int msm_atomic_prepare_fb(struct drm_plane *plane,
>>  			  struct drm_plane_state *new_state);
>>  void msm_atomic_commit_tail(struct drm_atomic_state *state);
>>  struct drm_atomic_state *msm_atomic_state_alloc(struct drm_device *dev);
>> -void msm_atomic_state_clear(struct drm_atomic_state *state);
>> -void msm_atomic_state_free(struct drm_atomic_state *state);
>>  
>>  int msm_gem_init_vma(struct msm_gem_address_space *aspace,
>>  		struct msm_gem_vma *vma, int npages);
> 

-- 
Regards
--
Kieran


More information about the dri-devel mailing list