Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jason Yan and committed by
Alex Deucher
01e5e998 8e2f8420

-18
-18
drivers/gpu/drm/radeon/si_dpm.c
··· 252 252 false 253 253 }; 254 254 255 - static const struct si_dte_data dte_data_tahiti_le = 256 - { 257 - { 0x1E8480, 0x7A1200, 0x2160EC0, 0x3938700, 0 }, 258 - { 0x7D, 0x7D, 0x4E4, 0xB00, 0 }, 259 - 0x5, 260 - 0xAFC8, 261 - 0x64, 262 - 0x32, 263 - 1, 264 - 0, 265 - 0x10, 266 - { 0x78, 0x7C, 0x82, 0x88, 0x8E, 0x94, 0x9A, 0xA0, 0xA6, 0xAC, 0xB0, 0xB4, 0xB8, 0xBC, 0xC0, 0xC4 }, 267 - { 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700, 0x3938700 }, 268 - { 0x2AF8, 0x2AF8, 0x29BB, 0x27F9, 0x2637, 0x2475, 0x22B3, 0x20F1, 0x1F2F, 0x1D6D, 0x1734, 0x1414, 0x10F4, 0xDD4, 0xAB4, 0x794 }, 269 - 85, 270 - true 271 - }; 272 - 273 255 static const struct si_dte_data dte_data_tahiti_pro = 274 256 { 275 257 { 0x1E8480, 0x3D0900, 0x989680, 0x2625A00, 0x0 },