Re: [PATCH -next] drm/sun4i: Make some symbols static

2019-04-17 Thread Maxime Ripard
On Tue, Apr 16, 2019 at 10:58:55PM +0800, Yue Haibing wrote: > From: YueHaibing > > Fix sparse warnings: > > drivers/gpu/drm/sun4i/sun8i_tcon_top.c:271:36: warning: symbol > 'sun8i_r40_tcon_top_quirks' was not declared. Should it be static? > drivers/gpu/drm/sun4i/sun8i_tcon_top.c:276:36: warning

[PATCH -next] drm/sun4i: Make some symbols static

2019-04-17 Thread Yue Haibing
From: YueHaibing Fix sparse warnings: drivers/gpu/drm/sun4i/sun8i_tcon_top.c:271:36: warning: symbol 'sun8i_r40_tcon_top_quirks' was not declared. Should it be static? drivers/gpu/drm/sun4i/sun8i_tcon_top.c:276:36: warning: symbol 'sun50i_h6_tcon_top_quirks' was not declared. Should it be stat