drm/radeon/r600_cs: remove r600_cs_legacy_get_tiling_conf() declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Tue, 13 Sep 2022 02:48:43 +0000 (10:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Sep 2022 18:52:14 +0000 (14:52 -0400)
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 <christian.koenig@amd.com>
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220913024847.552254-3-cuigaosheng1@huawei.com
drivers/gpu/drm/radeon/r600_cs.c

index 8be4799a98eff701e4f378423b66e1055c31db9a..638f861af80fa1866bf20454e0f630f8e9e1ae24 100644 (file)
@@ -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 */