[PATCH 2/2] drm/plane: Remove redundant extern

2015-08-12 Thread Daniel Vetter
On Wed, Aug 12, 2015 at 04:54:29PM +0200, Thierry Reding wrote: > From: Thierry Reding > > Use of the extern keyword for function prototypes is unnecessary, so it > can be removed. > > Signed-off-by: Thierry Reding Applied both patches to drm-misc. -Daniel > --- > include/drm/drm_plane_helpe

[PATCH 2/2] drm/plane: Remove redundant extern

2015-08-12 Thread Thierry Reding
From: Thierry Reding Use of the extern keyword for function prototypes is unnecessary, so it can be removed. Signed-off-by: Thierry Reding --- include/drm/drm_plane_helper.h | 45 +- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/include