From: Giedrius Statkevičius Date: Thu, 25 Jun 2015 17:34:43 +0000 (+0300) Subject: staging: ft1000: convert pack pragma to __packed X-Git-Tag: omap-for-v4.3/fixes-merge-window~44^2~639 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4bf6b343073e32d5cf8fdb0f38192493fcad5c2;p=pandora-kernel.git staging: ft1000: convert pack pragma to __packed Convert a Microsoft compiler specific directive "#pragma pack(1)" to a GCC equivalent __packed. Also, by doing this we save ourselves from trouble if any other struct definitions are added after the #pragma because it will be applied to all of the definitions following it. Signed-off-by: Giedrius Statkevičius Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed