Browse Source

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>
Tomas Winkler 12 years ago
parent
commit
f060939d7c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/misc/mei/mei_dev.h

+ 1 - 1
drivers/misc/mei/mei_dev.h

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