diff --git a/[refs] b/[refs] index d09c2b400d3e..abedbadbac3f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: c09dedb7a50e23f0166e0bbae61c75c7ec23cf7f +refs/heads/master: 8353e6c632aeaea1470a286b83e68ca233073068 diff --git a/trunk/include/drm/drm_edid.h b/trunk/include/drm/drm_edid.h index 8cefbbee996e..0cac551c5347 100644 --- a/trunk/include/drm/drm_edid.h +++ b/trunk/include/drm/drm_edid.h @@ -99,7 +99,7 @@ struct detailed_data_monitor_range { __le16 m; u8 k; u8 j; /* need to divide by 2 */ - } gtf2; + } __attribute__((packed)) gtf2; struct { u8 version; u8 data1; /* high 6 bits: extra clock resolution */ @@ -108,7 +108,7 @@ struct detailed_data_monitor_range { u8 flags; /* preferred aspect and blanking support */ u8 supported_scalings; u8 preferred_refresh; - } cvt; + } __attribute__((packed)) cvt; } formula; } __attribute__((packed));