diff options
author | Mat Martineau <mathewm@codeaurora.org> | 2012-05-17 23:53:52 -0400 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@intel.com> | 2012-06-04 23:34:05 -0400 |
commit | 6ea0048575089e9a714e08bc3debec4b1b9d7664 (patch) | |
tree | fc853c598b6a4d0725e90fe589c1b6995c11b4df /net | |
parent | 0362520bf9d35f09c2693e14352f4b0ad07397fa (diff) |
Bluetooth: Remove unneccesary inline
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>
Diffstat (limited to 'net')
-rw-r--r-- | net/bluetooth/l2cap_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/l2cap_core.c b/net/bluetooth/l2cap_core.c index 293b78a6c644..288c8e660377 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) | |||
4399 | return 0; | 4399 | return 0; |
4400 | } | 4400 | } |
4401 | 4401 | ||
4402 | static inline void l2cap_send_i_or_rr_or_rnr(struct l2cap_chan *chan) | 4402 | static void l2cap_send_i_or_rr_or_rnr(struct l2cap_chan *chan) |
4403 | { | 4403 | { |
4404 | struct l2cap_ctrl control; | 4404 | struct l2cap_ctrl control; |
4405 | 4405 | ||