Re: [PATCH -next] drm/ast: make ast_modeset static

2022-09-26 Thread Ruan Jinjie
Thank you very much! On 2022/9/26 15:16, Thomas Zimmermann wrote: > Hi > > Am 26.09.22 um 04:32 schrieb ruanjinjie: >> The symbol is not used outside of the file, so mark it static. >> >> Fixes the following warning: >> >> drivers/gpu/drm/ast/ast_drv.c:42:5: warning: symbol 'ast_modeset' >> was n

Re: [PATCH -next] drm/ast: make ast_modeset static

2022-09-26 Thread Thomas Zimmermann
Hi Am 26.09.22 um 04:32 schrieb ruanjinjie: The symbol is not used outside of the file, so mark it static. Fixes the following warning: drivers/gpu/drm/ast/ast_drv.c:42:5: warning: symbol 'ast_modeset' was not declared. Should it be static? Signed-off-by: ruanjinjie Thank you. Added to drm

[PATCH -next] drm/ast: make ast_modeset static

2022-09-25 Thread ruanjinjie
The symbol is not used outside of the file, so mark it static. Fixes the following warning: drivers/gpu/drm/ast/ast_drv.c:42:5: warning: symbol 'ast_modeset' was not declared. Should it be static? Signed-off-by: ruanjinjie --- drivers/gpu/drm/ast/ast_drv.c | 2 +- 1 file changed, 1 insertion(+