From: Mat Martineau Date: Fri, 18 May 2012 03:53:52 +0000 (-0700) Subject: Bluetooth: Remove unneccesary inline X-Git-Tag: upstream/snapshot3+hdmi~6997^2~57^2~2^2~122 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ea0048575089e9a714e08bc3debec4b1b9d7664;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git Bluetooth: Remove unneccesary inline Let the compiler decide if inlining is appropriate. Signed-off-by: Mat Martineau Signed-off-by: Gustavo Padovan --- diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 293b78a..288c8e6 100644 --- a/net/bluetooth/l2cap_core.c +++ b/net/bluetooth/l2cap_core.c @@ -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;