diff options
Diffstat (limited to 'include/net/af_rxrpc.h')
-rw-r--r-- | include/net/af_rxrpc.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/af_rxrpc.h b/include/net/af_rxrpc.h index 00c2eaa07c25..03e6e9453623 100644 --- a/include/net/af_rxrpc.h +++ b/include/net/af_rxrpc.h | |||
@@ -12,8 +12,6 @@ | |||
12 | #ifndef _NET_RXRPC_H | 12 | #ifndef _NET_RXRPC_H |
13 | #define _NET_RXRPC_H | 13 | #define _NET_RXRPC_H |
14 | 14 | ||
15 | #ifdef __KERNEL__ | ||
16 | |||
17 | #include <linux/rxrpc.h> | 15 | #include <linux/rxrpc.h> |
18 | 16 | ||
19 | struct rxrpc_call; | 17 | struct rxrpc_call; |
@@ -53,5 +51,4 @@ extern struct rxrpc_call *rxrpc_kernel_accept_call(struct socket *, | |||
53 | unsigned long); | 51 | unsigned long); |
54 | extern int rxrpc_kernel_reject_call(struct socket *); | 52 | extern int rxrpc_kernel_reject_call(struct socket *); |
55 | 53 | ||
56 | #endif /* __KERNEL__ */ | ||
57 | #endif /* _NET_RXRPC_H */ | 54 | #endif /* _NET_RXRPC_H */ |