diff options
author | Dave Airlie <airlied@redhat.com> | 2009-11-25 17:57:23 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2009-12-07 19:22:48 -0500 |
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 28741d40bf66..e1cbd5049f86 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[] = { | |||
42 | static char *pre_emph_names[] = { | 42 | static char *pre_emph_names[] = { |
43 | "0dB", "3.5dB", "6dB", "9.5dB" | 43 | "0dB", "3.5dB", "6dB", "9.5dB" |
44 | }; | 44 | }; |
45 | static char *link_train_names[] = { | ||
46 | "pattern 1", "pattern 2", "idle", "off" | ||
47 | }; | ||
48 | 45 | ||
49 | static const int dp_clocks[] = { | 46 | static const int dp_clocks[] = { |
50 | 54000, // 1 lane, 1.62 Ghz | 47 | 54000, // 1 lane, 1.62 Ghz |