Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150754
b: refs/heads/master
c: 05f77f8
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 8, 2009
1 parent e7c8d46 commit 48764b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 963267bc5d4de4a0da104a64300375d186575332
refs/heads/master: 05f77f85f47e30a53f7971b687f3b0250e42f665
9 changes: 0 additions & 9 deletions trunk/include/net/bluetooth/bluetooth.h
Original file line number Diff line number Diff line change
Expand Up @@ -171,15 +171,6 @@ static inline struct sk_buff *bt_skb_send_alloc(struct sock *sk, unsigned long l
return skb;
}

static inline int skb_frags_no(struct sk_buff *skb)
{
register struct sk_buff *frag = skb_shinfo(skb)->frag_list;
register int n = 1;

for (; frag; frag=frag->next, n++);
return n;
}

int bt_err(__u16 code);

extern int hci_sock_init(void);
Expand Down

0 comments on commit 48764b0

Please sign in to comment.