diff options
Diffstat (limited to 'fs/afs/transport.h')
-rw-r--r-- | fs/afs/transport.h | 8 |
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 */ |
19 | extern struct rxrpc_transport *afs_transport; | 19 | extern struct rxrpc_transport *afs_transport; |
20 | 20 | ||
21 | #endif /* _LINUX_AFS_TRANSPORT_H */ | 21 | #endif /* AFS_TRANSPORT_H */ |