From: Adam Jackson Date: Wed, 23 Sep 2009 21:30:45 +0000 (-0400) Subject: drm/edid: const cleanup X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=083ae0560ab53b039aaa897b77458cbadf19050d;p=mv-sheeva.git drm/edid: const cleanup Signed-off-by: Adam Jackson Signed-off-by: Dave Airlie --- diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 90d76bacff1..3326987a988 100644 --- a/drivers/gpu/drm/drm_edid.c +++ b/drivers/gpu/drm/drm_edid.c @@ -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