drm/edid: const cleanup
authorAdam Jackson <ajax@redhat.com>
Wed, 23 Sep 2009 21:30:45 +0000 (17:30 -0400)
committerDave Airlie <airlied@redhat.com>
Wed, 23 Sep 2009 23:46:03 +0000 (09:46 +1000)
Signed-off-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/drm_edid.c

index 90d76ba..3326987 100644 (file)
@@ -109,7 +109,9 @@ static struct edid_quirk {
 
 
 /* Valid EDID header has these bytes */
-static u8 edid_header[] = { 0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00 };
+static const u8 edid_header[] = {
+       0x00, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x00
+};
 
 /**
  * edid_is_valid - sanity check EDID data