diff options
author | Dave Airlie <airlied@redhat.com> | 2009-11-26 08:57:23 +1000 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-08 10:22:48 +1000 |
commit | e8696330e2a95e1b5872550dcf3ed04aecaf96b3 (patch) | |
tree | 4b3a5db12e30be155fbbce22ce3b7c0fd211b9a7 /drivers/gpu/drm/radeon/atombios_dp.c | |
parent | 58682f107ad5178e47a45af3af1851442d05d7fc (diff) |
drm/radeon/kms: drop unused array to fix warning.
Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/atombios_dp.c')
-rw-r--r-- | drivers/gpu/drm/radeon/atombios_dp.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/radeon/atombios_dp.c b/drivers/gpu/drm/radeon/atombios_dp.c index 28741d40bf6..e1cbd5049f8 100644 --- a/drivers/gpu/drm/radeon/atombios_dp.c +++ b/drivers/gpu/drm/radeon/atombios_dp.c @@ -42,9 +42,6 @@ static char *voltage_names[] = { static char *pre_emph_names[] = { "0dB", "3.5dB", "6dB", "9.5dB" }; -static char *link_train_names[] = { - "pattern 1", "pattern 2", "idle", "off" -}; static const int dp_clocks[] = { 54000, // 1 lane, 1.62 Ghz |