]> git.baikalelectronics.ru Git - kernel.git/commit
drm/radeon: remove defined but not used 'dte_data_tahiti_le'
authorJason Yan <yanaijie@huawei.com>
Mon, 13 Apr 2020 14:32:45 +0000 (22:32 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 Apr 2020 16:02:45 +0000 (12:02 -0400)
commit01e5e998a30ebcc621162360e2d3d03bfb5ac55b
treea3f18530e38accc8af01a648c0830aae6d09a9a6
parent8e2f84206389164b5938b8ad39213e8891665af7
drm/radeon: remove defined but not used 'dte_data_tahiti_le'

Fix the following gcc warning:

drivers/gpu/drm/radeon/si_dpm.c:255:33: warning: ‘dte_data_tahiti_le’
defined but not used [-Wunused-const-variable=]
 static const struct si_dte_data dte_data_tahiti_le =

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Jason Yan <yanaijie@huawei.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/si_dpm.c