Re: [PATCH][drm-next] drm/tve200: make two functions static

2017-09-25 Thread Linus Walleij
On Fri, Sep 22, 2017 at 6:05 PM, Colin King wrote: > From: Colin Ian King > > The functions tve200_display_disable and tve200_display_funcs are > local to the source and do not need to be in global scope, so make > them static. > > Cleans up sparse warnings: > symbol 'tve200_display_disable' was

[PATCH][drm-next] drm/tve200: make two functions static

2017-09-22 Thread Colin King
From: Colin Ian King The functions tve200_display_disable and tve200_display_funcs are local to the source and do not need to be in global scope, so make them static. Cleans up sparse warnings: symbol 'tve200_display_disable' was not declared. Should it be static? symbol 'tve200_display_funcs' w