diff options
Diffstat (limited to 'include/net/af_unix.h')
| -rw-r--r-- | include/net/af_unix.h | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/af_unix.h b/include/net/af_unix.h index 18e5c3f6758..91ab5b01678 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -41,7 +41,6 @@ struct unix_skb_parms {  				spin_lock_nested(&unix_sk(s)->lock, \  				SINGLE_DEPTH_NESTING) -#ifdef __KERNEL__  /* The AF_UNIX socket */  struct unix_sock {  	/* WARNING: sk has to be the first member */ @@ -72,4 +71,3 @@ static inline int unix_sysctl_register(struct net *net) { return 0; }  static inline void unix_sysctl_unregister(struct net *net) {}  #endif  #endif -#endif  |