diff options
author | David Howells <dhowells@redhat.com> | 2016-04-07 19:23:16 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-04-11 22:34:40 +0300 |
commit | 8e688d9c166671bb4a6977384de2fe7f46a31ba4 (patch) | |
tree | 940e458c3984d4980bbc4c4016f1ddd5651779c8 /include/net/af_rxrpc.h | |
parent | 8f7e6e75d3074dd1856a6105f7511249ee2f2ffd (diff) | |
download | linux-8e688d9c166671bb4a6977384de2fe7f46a31ba4.tar.xz |
rxrpc: Move some miscellaneous bits out into their own file
Move some miscellaneous bits out into their own file to make it easier to
split the call handling.
Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/af_rxrpc.h')
-rw-r--r-- | include/net/af_rxrpc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/af_rxrpc.h b/include/net/af_rxrpc.h index e797d45a5ae6..4fd3e4a2cadd 100644 --- a/include/net/af_rxrpc.h +++ b/include/net/af_rxrpc.h @@ -12,6 +12,7 @@ #ifndef _NET_RXRPC_H #define _NET_RXRPC_H +#include <linux/skbuff.h> #include <linux/rxrpc.h> struct rxrpc_call; |