Re: [PATCH 01/16] drm: drop extern from function decls

2017-03-22 Thread Gabriel Krisman Bertazi
Daniel Vetter writes: > It's the default storage class for functions, entirely redundant. And > a lot of these headers are a bit inconsistent due to organically > grown. > Reviewed-by: Gabriel Krisman Bertazi -- Gabriel Krisman Bertazi ___ dri-deve

[PATCH 01/16] drm: drop extern from function decls

2017-03-22 Thread Daniel Vetter
It's the default storage class for functions, entirely redundant. And a lot of these headers are a bit inconsistent due to organically grown. Signed-off-by: Daniel Vetter --- include/drm/drm_crtc_helper.h | 38 +++--- include/drm/drm_drv.h | 4 ++-- inclu