From: Gaosheng Cui Date: Tue, 13 Sep 2022 02:48:43 +0000 (+0800) Subject: drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf() declaration X-Git-Tag: v6.1-rc1~159^2~5^2~47 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b779e4b973b7001555efc9120a7f07e4ae554d9e;p=thirdparty%2Fkernel%2Flinux.git drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf() declaration r600_cs_legacy_get_tiling_conf() has been removed since commit 8333f607a631 ("drm/radeon: remove UMS support"), so remove it. Acked-by: Christian König Signed-off-by: Gaosheng Cui Signed-off-by: Alex Deucher Link: https://patchwork.freedesktop.org/patch/msgid/20220913024847.552254-3-cuigaosheng1@huawei.com --- diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index 8be4799a98eff..638f861af80fa 100644 --- a/drivers/gpu/drm/radeon/r600_cs.c +++ b/drivers/gpu/drm/radeon/r600_cs.c @@ -34,8 +34,6 @@ #include "r600_reg_safe.h" static int r600_nomm; -extern void r600_cs_legacy_get_tiling_conf(struct drm_device *dev, u32 *npipes, u32 *nbanks, u32 *group_size); - struct r600_cs_track { /* configuration we mirror so that we use same code btw kms/ums */