]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
Bluetooth: Remove unneccesary inline
authorMat Martineau <mathewm@codeaurora.org>
Fri, 18 May 2012 03:53:52 +0000 (20:53 -0700)
committerJohan Hedberg <johan.hedberg@intel.com>
Tue, 5 Jun 2012 03:34:05 +0000 (06:34 +0300)
Let the compiler decide if inlining is appropriate.

Signed-off-by: Mat Martineau <mathewm@codeaurora.org>
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
net/bluetooth/l2cap_core.c

index 293b78a6c6448e4d110053001f1aa5d1921254f2..288c8e660377b9314247b7c7197d318d92976856 100644 (file)
@@ -4399,7 +4399,7 @@ static int l2cap_check_fcs(struct l2cap_chan *chan,  struct sk_buff *skb)
        return 0;
 }
 
-static inline void l2cap_send_i_or_rr_or_rnr(struct l2cap_chan *chan)
+static void l2cap_send_i_or_rr_or_rnr(struct l2cap_chan *chan)
 {
        struct l2cap_ctrl control;