From: Marcel Holtmann Date: Sat, 1 Feb 2014 02:42:18 +0000 (-0800) Subject: Bluetooth: Remove __packed from struct smp_ltk X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=03c515d7486b7a519728340d4b04baaad16bf806;p=deliverable%2Flinux.git Bluetooth: Remove __packed from struct smp_ltk The struct smp_ltk does not need to be packed and so remove __packed. Signed-off-by: Marcel Holtmann Signed-off-by: Johan Hedberg --- diff --git a/include/net/bluetooth/hci_core.h b/include/net/bluetooth/hci_core.h index 6854384b1f25..4e878780fa01 100644 --- a/include/net/bluetooth/hci_core.h +++ b/include/net/bluetooth/hci_core.h @@ -101,7 +101,7 @@ struct smp_ltk { __le16 ediv; u8 rand[8]; u8 val[16]; -} __packed; +}; struct link_key { struct list_head list;