From: August Lilleaas Date: Sun, 29 May 2011 17:07:19 +0000 (+0200) Subject: firewire: net: replacing deprecated __attribute__((packed)) with __packed X-Git-Tag: v3.1-rc1~315^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf337b15c28ae25904a73e7e2e0de2f9c4f0e9f8;p=pandora-kernel.git 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 Signed-off-by: Stefan Richter (added include compiler.h) --- Reading git-diff-tree failed