Re: [PATCH] drm/rockchip: cdn-dp: change rk3399_cdn_dp from global to static

2022-05-02 Thread Heiko Stuebner
On Thu, 21 Apr 2022 10:43:04 -0400, Tom Rix wrote: > Smatch reports this issue > cdn-dp-core.c:51:20: warning: symbol 'rk3399_cdn_dp' was not declared. Should > it be static? > > rk3399_cdn_dp is only used in cdn-dp-core.c so change > its storge-class specifier to static. Applied, thanks! [1/1]

[PATCH] drm/rockchip: cdn-dp: change rk3399_cdn_dp from global to static

2022-04-21 Thread Tom Rix
Smatch reports this issue cdn-dp-core.c:51:20: warning: symbol 'rk3399_cdn_dp' was not declared. Should it be static? rk3399_cdn_dp is only used in cdn-dp-core.c so change its storge-class specifier to static. Signed-off-by: Tom Rix --- drivers/gpu/drm/rockchip/cdn-dp-core.c | 2 +- 1 file cha