diff options
Diffstat (limited to 'drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c')
-rw-r--r-- | drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c b/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c index 08c6f5e50610..903c473d266f 100644 --- a/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c +++ b/drivers/gpu/drm/nouveau/dispnv04/tvmodesnv17.c | |||
@@ -32,7 +32,7 @@ | |||
32 | #include "hw.h" | 32 | #include "hw.h" |
33 | #include "tvnv17.h" | 33 | #include "tvnv17.h" |
34 | 34 | ||
35 | char *nv17_tv_norm_names[NUM_TV_NORMS] = { | 35 | const char * const nv17_tv_norm_names[NUM_TV_NORMS] = { |
36 | [TV_NORM_PAL] = "PAL", | 36 | [TV_NORM_PAL] = "PAL", |
37 | [TV_NORM_PAL_M] = "PAL-M", | 37 | [TV_NORM_PAL_M] = "PAL-M", |
38 | [TV_NORM_PAL_N] = "PAL-N", | 38 | [TV_NORM_PAL_N] = "PAL-N", |