From: Jani Nikula Date: Mon, 2 Dec 2013 13:26:09 +0000 (-0200) Subject: drm/i915: use __packed instead of __attribute__((packed)) X-Git-Tag: v3.14-rc1~47^2~44^2~57 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e445123975141a1f14b3c8f2aa96588f62a0c156;p=pandora-kernel.git drm/i915: use __packed instead of __attribute__((packed)) Checkpatch tells me WARNING: __packed is preferred over __attribute__((packed)) so switch over to __packed across the driver before adding new packed structs. Signed-off-by: Jani Nikula Signed-off-by: Rodrigo Vivi Reviewed-by: Damien Lespiau Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed