summaryrefslogtreecommitdiff
path: root/include/net/af_rxrpc.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-04-07 16:23:16 (GMT)
committerDavid S. Miller <davem@davemloft.net>2016-04-11 19:34:40 (GMT)
commit8e688d9c166671bb4a6977384de2fe7f46a31ba4 (patch)
tree940e458c3984d4980bbc4c4016f1ddd5651779c8 /include/net/af_rxrpc.h
parent8f7e6e75d3074dd1856a6105f7511249ee2f2ffd (diff)
downloadlinux-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/af_rxrpc.h b/include/net/af_rxrpc.h
index e797d45..4fd3e4a 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;