diff options
Diffstat (limited to 'net/core')
-rw-r--r-- | net/core/flow.c | 1 | ||||
-rw-r--r-- | net/core/sock.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/net/core/flow.c b/net/core/flow.c index a77531c139b7..19991175fdeb 100644 --- a/net/core/flow.c +++ b/net/core/flow.c @@ -23,7 +23,6 @@ #include <linux/mutex.h> #include <net/flow.h> #include <asm/atomic.h> -#include <asm/semaphore.h> #include <linux/security.h> struct flow_cache_entry { diff --git a/net/core/sock.c b/net/core/sock.c index bf6f83e48e87..5dbb81bc9673 100644 --- a/net/core/sock.c +++ b/net/core/sock.c @@ -933,7 +933,6 @@ static void sk_prot_free(struct proto *prot, struct sock *sk) * @family: protocol family * @priority: for allocation (%GFP_KERNEL, %GFP_ATOMIC, etc) * @prot: struct proto associated with this new sock instance - * @zero_it: if we should zero the newly allocated sock */ struct sock *sk_alloc(struct net *net, int family, gfp_t priority, struct proto *prot) |