From: David Herrmann Date: Mon, 17 Dec 2012 12:20:43 +0000 (+0100) Subject: HID: uhid: use __packed__ for uhid_feature_answer_req X-Git-Tag: v3.9-rc1~112^2~1^5~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fee5dfecb0c74c9eab475a2a20d7a5ababe2f8e6;p=pandora-kernel.git HID: uhid: use __packed__ for uhid_feature_answer_req We use __packed__ for all API structures so we can extend them without breaking alignment rules. We do try to explicitly align the structures, but to be safe we also use __packed__. uhid_feature_answer_req is already 64bit aligned so we can add __packed__ without breaking ABI. Signed-off-by: David Herrmann Signed-off-by: Jiri Kosina --- Reading git-diff-tree failed