aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2016-04-07 17:23:16 +0100
committerDavid S. Miller <davem@davemloft.net>2016-04-11 15:34:40 -0400
commit8e688d9c166671bb4a6977384de2fe7f46a31ba4 (patch)
tree940e458c3984d4980bbc4c4016f1ddd5651779c8 /include
parentrxrpc: Disable a debugging statement that has been left enabled. (diff)
downloadlinux-dev-8e688d9c166671bb4a6977384de2fe7f46a31ba4.tar.xz
linux-dev-8e688d9c166671bb4a6977384de2fe7f46a31ba4.zip
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')
-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 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;