commit | 66c853cc21bd387a9a2109dcf3b3d53cc9ee9edf | [log] [tgz] |
---|---|---|
author | Gustavo F. Padovan <padovan@profusion.mobi> | Mon Jul 19 02:00:13 2010 -0300 |
committer | Marcel Holtmann <marcel@holtmann.org> | Wed Jul 21 10:39:13 2010 -0700 |
tree | 7cff1a1c452f0cdd3420523b0f5f966900c2336a | |
parent | d1c4a17d58a6dfacb48935aa430aa986559a885f [diff] |
Bluetooth: Use __packed annotation 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>