aboutsummaryrefslogtreecommitdiffstats
path: root/fs/afs/transport.h
diff options
context:
space:
mode:
authorDavid Howells <dhowells@redhat.com>2007-04-26 18:49:28 -0400
committerDavid S. Miller <davem@davemloft.net>2007-04-26 18:49:28 -0400
commitec26815ad847dbf74a1e27aa5515fb7d5dc6ee6f (patch)
tree32510ab35b3524f6be9231ab8065b80be5d9b68d /fs/afs/transport.h
parent17926a79320afa9b95df6b977b40cca6d8713cea (diff)
[AFS]: Clean up the AFS sources
Clean up the AFS sources. Also remove references to AFS keys. RxRPC keys are used instead. Signed-off-by: David Howells <dhowells@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/afs/transport.h')
-rw-r--r--fs/afs/transport.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/afs/transport.h b/fs/afs/transport.h
index 7013ae6ccc8c..f56be4b7b1d0 100644
--- a/fs/afs/transport.h
+++ b/fs/afs/transport.h
@@ -1,4 +1,4 @@
1/* transport.h: AFS transport management 1/* AFS transport management
2 * 2 *
3 * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved. 3 * Copyright (C) 2002 Red Hat, Inc. All Rights Reserved.
4 * Written by David Howells (dhowells@redhat.com) 4 * Written by David Howells (dhowells@redhat.com)
@@ -9,8 +9,8 @@
9 * 2 of the License, or (at your option) any later version. 9 * 2 of the License, or (at your option) any later version.
10 */ 10 */
11 11
12#ifndef _LINUX_AFS_TRANSPORT_H 12#ifndef AFS_TRANSPORT_H
13#define _LINUX_AFS_TRANSPORT_H 13#define AFS_TRANSPORT_H
14 14
15#include "types.h" 15#include "types.h"
16#include <rxrpc/transport.h> 16#include <rxrpc/transport.h>
@@ -18,4 +18,4 @@
18/* the cache manager transport endpoint */ 18/* the cache manager transport endpoint */
19extern struct rxrpc_transport *afs_transport; 19extern struct rxrpc_transport *afs_transport;
20 20
21#endif /* _LINUX_AFS_TRANSPORT_H */ 21#endif /* AFS_TRANSPORT_H */