From: Johannes Berg Date: Fri, 10 Apr 2009 08:02:45 +0000 (+0200) Subject: ar9170: fix struct layout on arm X-Git-Tag: v2.6.30-rc4~68^2~40^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1269fa737f21b3f643e4b12d3ac9938b142a7f00;p=pandora-kernel.git ar9170: fix struct layout on arm arm will pad even between u8's, so mark the structs/unions packed. Fixes a build bug on arm due to BUILD_BUG_ON tests in the code. Signed-off-by: Johannes Berg Reported-by: Al Viro Signed-off-by: John W. Linville --- Reading git-diff-tree failed