Bluetooth: Use __packed annotation
authorGustavo F. Padovan <padovan@profusion.mobi>
Mon, 19 Jul 2010 05:00:13 +0000 (02:00 -0300)
committerMarcel Holtmann <marcel@holtmann.org>
Wed, 21 Jul 2010 17:39:13 +0000 (10:39 -0700)
To make net/ and include/net/ code consistent use __packed instead of
__attribute__ ((packed)). Bluetooth subsystem was one of the last net
subsys still using __attribute__ ((packed)).

Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>

No differences found