diff options
| author | Linus Torvalds <torvalds@evo.osdl.org> | 2004-04-19 01:20:19 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-04-19 01:20:19 -0700 |
| commit | b35a6769c113563a88f6d0919b8b8b93bc9bd638 (patch) | |
| tree | 3fc92d1116894cd3b9005f071f14dadb2b3bd957 /include/net | |
| parent | 3fd2eaadb3ebe7c03dc13fea3a021fbe92c15a90 (diff) | |
Remove unnecessary declaration of inline functions
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/sock.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/sock.h b/include/net/sock.h index f1c62f5dbfab..e01e61768cbe 100644 --- a/include/net/sock.h +++ b/include/net/sock.h @@ -341,8 +341,6 @@ static __inline__ void __sk_add_node(struct sock *sk, struct hlist_head *list) hlist_add_head(&sk->sk_node, list); } -static inline void sock_hold(struct sock *sk); - static __inline__ void sk_add_node(struct sock *sk, struct hlist_head *list) { sock_hold(sk); |
