drm/i915/bios: add missing __packed to structs used for reading vbt
authorJani Nikula <jani.nikula@intel.com>
Mon, 15 Sep 2014 13:59:28 +0000 (16:59 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 19 Sep 2014 12:43:14 +0000 (14:43 +0200)
commit4dc49272bdfc11cdefb41175771ee811e363dfc7
tree5cbd1ab607626bd5dbce43d0de031a8dcf30b026
parent7cd512f1520f85bf8e45f75b82fece58f0265cec
drm/i915/bios: add missing __packed to structs used for reading vbt

This does not seem to make a difference for the structs in question, but
document the intent.

v2: also pack union child_device_config (Daniel)

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_bios.h