[PATCH 04/14] drm/arm: Fix sparse warnings

2016-09-20 Thread Liviu Dudau
On Tue, Sep 20, 2016 at 09:06:24AM +0100, Liviu Dudau wrote: > On Mon, Sep 19, 2016 at 04:33:45PM +0300, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrjälä > > > > drm/arm/malidp_planes.c:49:24: warning: symbol > > 'malidp_duplicate_plane_state' was not declared. Should it be s

[PATCH 04/14] drm/arm: Fix sparse warnings

2016-09-20 Thread Liviu Dudau
On Mon, Sep 19, 2016 at 04:33:45PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > drm/arm/malidp_planes.c:49:24: warning: symbol 'malidp_duplicate_plane_state' > was not declared. Should it be static? > drm/arm/malidp_planes.c:66:6: warning: symbol 'malidp_destroy_pl

[PATCH 04/14] drm/arm: Fix sparse warnings

2016-09-19 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä drm/arm/malidp_planes.c:49:24: warning: symbol 'malidp_duplicate_plane_state' was not declared. Should it be static? drm/arm/malidp_planes.c:66:6: warning: symbol 'malidp_destroy_plane_state' was not declared. Should it be static? Cc: Liviu Dudau Cc: Brian Starkey Cc: M