Re: [PATCH 3/5] drm: Include prototype for drm_need_swiotlb()

2019-07-11 Thread Sean Paul
On Wed, Jul 10, 2019 at 03:51:41PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Sparse is not happy: > ../drivers/gpu/drm/drm_memory.c:159:6: warning: symbol 'drm_need_swiotlb' was > not declared. Should it be static? > > Include the correct header for drm_need_swiotlb() prototype. >

[PATCH 3/5] drm: Include prototype for drm_need_swiotlb()

2019-07-10 Thread Ville Syrjala
From: Ville Syrjälä Sparse is not happy: ../drivers/gpu/drm/drm_memory.c:159:6: warning: symbol 'drm_need_swiotlb' was not declared. Should it be static? Include the correct header for drm_need_swiotlb() prototype. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_memory.c | 1 + 1 file