summaryrefslogtreecommitdiffstats
path: root/net/rxrpc/ar-internal.h
diff options
context:
space:
mode:
authorDavid Howells2017-07-21 11:07:10 +0200
committerDavid Howells2017-07-21 12:00:20 +0200
commitddc6c70f07bb1f6dd39a2c6c430f7b4fa95199c8 (patch)
tree188e91f339ec9bff7c1126575e2c20dd1fd01a5b /net/rxrpc/ar-internal.h
parentrxrpc: Expose UAPI definitions to userspace (diff)
downloadkernel-qcow2-linux-ddc6c70f07bb1f6dd39a2c6c430f7b4fa95199c8.tar.gz
kernel-qcow2-linux-ddc6c70f07bb1f6dd39a2c6c430f7b4fa95199c8.tar.xz
kernel-qcow2-linux-ddc6c70f07bb1f6dd39a2c6c430f7b4fa95199c8.zip
rxrpc: Move the packet.h include file into net/rxrpc/
Move the protocol description header file into net/rxrpc/ and rename it to protocol.h. It's no longer necessary to expose it as packets are no longer exposed to kernel services (such as AFS) that use the facility. The abort codes are transferred to the UAPI header instead as we pass these back to userspace and also to kernel services. Signed-off-by: David Howells <dhowells@redhat.com>
Diffstat (limited to 'net/rxrpc/ar-internal.h')
-rw-r--r--net/rxrpc/ar-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/ar-internal.h b/net/rxrpc/ar-internal.h
index 69b97339ff9d..8c0db9b3e4ab 100644
--- a/net/rxrpc/ar-internal.h
+++ b/net/rxrpc/ar-internal.h
@@ -15,7 +15,7 @@
#include <net/netns/generic.h>
#include <net/sock.h>
#include <net/af_rxrpc.h>
-#include <rxrpc/packet.h>
+#include "protocol.h"
#if 0
#define CHECK_SLAB_OKAY(X) \