diff options
Diffstat (limited to 'net/ceph/auth_none.h')
-rw-r--r-- | net/ceph/auth_none.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ceph/auth_none.h b/net/ceph/auth_none.h index ed7d088b1bc9..059a3ce4b53f 100644 --- a/net/ceph/auth_none.h +++ b/net/ceph/auth_none.h | |||
@@ -23,7 +23,7 @@ struct ceph_auth_none_info { | |||
23 | struct ceph_none_authorizer au; /* we only need one; it's static */ | 23 | struct ceph_none_authorizer au; /* we only need one; it's static */ |
24 | }; | 24 | }; |
25 | 25 | ||
26 | extern int ceph_auth_none_init(struct ceph_auth_client *ac); | 26 | int ceph_auth_none_init(struct ceph_auth_client *ac); |
27 | 27 | ||
28 | #endif | 28 | #endif |
29 | 29 | ||