]> git.baikalelectronics.ru Git - kernel.git/commit
firewire: net: replacing deprecated __attribute__((packed)) with __packed
authorAugust Lilleaas <august@augustl.com>
Sun, 29 May 2011 17:07:19 +0000 (19:07 +0200)
committerStefan Richter <stefanr@s5r6.in-berlin.de>
Thu, 2 Jun 2011 11:58:33 +0000 (13:58 +0200)
commitdf8c06867f55f0e6fbf815a3eb265d764f147a6e
tree2abd4877ffa6d4bec2ca0a00a70eef31b4cb0012
parentdb2fa1787e150277621b36555169b66326d510c1
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 c24cd302fdf8d8c2848fb649714df15d6da23187.

Signed-off-by: August Lilleaas <august@augustl.com>
Signed-off-by: Stefan Richter <stefanr@s5r6.in-berlin.de> (added include compiler.h)
drivers/firewire/net.c