summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2008-08-18 12:51:31 -0700
committerZhenyu Wang <zhenyu.z.wang@intel.com>2008-08-20 11:07:20 +0800
commit76b19eaaf591f7f55aaa00cf0fd90d9574c500d2 (patch)
tree07fade8cdf60554a92918966f55519846f5122ab
parentd5fd845aab4074ed6d0950551e007ea43fd2d0df (diff)
Pack bdb_general_definitions block
More correct & consistent with other definitions. (cherry picked from commit 7048141254b7c1948fe77b1742b463f8723610d8)
-rw-r--r--src/i830_bios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_bios.h b/src/i830_bios.h
index 2b073f33..817ac2db 100644
--- a/src/i830_bios.h
+++ b/src/i830_bios.h
@@ -138,7 +138,7 @@ struct bdb_general_definitions {
unsigned char dev3[33];
unsigned char dev4[33];
/* may be another device block here on some platforms */
-};
+} __attribute__((packed));
#define LVDS_CAP_EDID (1 << 6)
#define LVDS_CAP_DITHER (1 << 5)