aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/net/bluetooth/l2cap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index e33165476e83..52f7e6a9a237 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -532,7 +532,6 @@ struct l2cap_ops {
532 void (*state_change) (void *data, int state); 532 void (*state_change) (void *data, int state);
533 struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan, 533 struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan,
534 unsigned long len, int nb); 534 unsigned long len, int nb);
535
536}; 535};
537 536
538struct l2cap_conn { 537struct l2cap_conn {