From: Eyal Birger Date: Sun, 1 Mar 2015 12:58:25 +0000 (+0200) Subject: net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~377^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49a6fe055739a77ef910c283efb99928423c97a0;p=pandora-kernel.git net: bluetooth: compact struct bt_skb_cb by inlining struct hci_req_ctrl struct hci_req_ctrl is never used outside of struct bt_skb_cb; Inlining it frees 8 bytes on a 64 bit system in skb->cb[] allowing the addition of more ancillary data. Signed-off-by: Eyal Birger Reviewed-by: Shmulik Ladkani Signed-off-by: David S. Miller --- Reading git-diff-tree failed