]> git.baikalelectronics.ru Git - kernel.git/commit
drm/rockchip: make rockchip_gem_alloc_object static
authorBen Dooks <ben.dooks@codethink.co.uk>
Wed, 9 Oct 2019 12:10:22 +0000 (13:10 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Sun, 13 Oct 2019 21:53:42 +0000 (23:53 +0200)
commitda5571fa8d5a243a8c2d0c3b9a31ad1240b34281
treec261255433cfaf43ebeb6303b9d05d0dc93ffb52
parent9924cf94bb36addab38bef7a556f68fcef9b41c6
drm/rockchip: make rockchip_gem_alloc_object static

The rockchip_gem_alloc_object function is not exported so
make it static to avoid the following sparse warning:

drivers/gpu/drm/rockchip/rockchip_drm_gem.c:297:28: warning: symbol 'rockchip_gem_alloc_object' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20191009121022.17478-1-ben.dooks@codethink.co.uk
drivers/gpu/drm/rockchip/rockchip_drm_gem.c