commit | bf337b15c28ae25904a73e7e2e0de2f9c4f0e9f8 | [log] [tgz] |
---|---|---|
author | August Lilleaas <august@augustl.com> | Sun May 29 19:07:19 2011 +0200 |
committer | Stefan Richter <stefanr@s5r6.in-berlin.de> | Thu Jun 02 13:58:33 2011 +0200 |
tree | 2abd4877ffa6d4bec2ca0a00a70eef31b4cb0012 | |
parent | 105e53f863c04e1d9e5bb34bf753c9fdbce6a60c [diff] |
firewire: net: replacing deprecated __attribute__((packed)) with __packed Fixing a deprecation, replacing __attribute__((packed)) with __packed. It was deprecated for portability, specifically to avoid GCC specific code. See commit 82ddcb040570411fc2d421d96b3e69711c670328. Signed-off-by: August Lilleaas <august@augustl.com> Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> (added include compiler.h)