mei: struct mei_message_data doesn't have to be packed

Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Tomas Winkler 2012-09-11 00:43:21 +03:00 committed by Greg Kroah-Hartman
parent 1b8129479a
commit f060939d7c
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ enum mei_cb_major_types {
struct mei_message_data {
u32 size;
unsigned char *data;
} __packed;
};
struct mei_cl_cb {