commit | 5e54654c41bfb9216b551fd3a3891c2da60eadae | [log] [tgz] |
---|---|---|
author | David Kershner <david.kershner@unisys.com> | Fri Jun 12 16:46:07 2015 -0400 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Fri Jun 12 17:08:07 2015 -0700 |
tree | 91b1f967c5989b6c115c7c9c40a51823f8c64209 | |
parent | c20a99f8c38f41ce875bfea829ca0dd603f1d11b [diff] |
staging: unisys: convert pack pragma to __packed It was noticed that iochannel.h was still using pragmas to pack the datastructures, should be using __packed instead. Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>