net: 8021q/bluetooth/bridge/can/ceph: Remove extern from function prototypes
[linux-2.6-block.git] / net / ceph / auth_none.h
index ed7d088b1bc92e14372e2f24c8f5016750e07014..059a3ce4b53f48425336bf4b792d2ac6a5c6e849 100644 (file)
@@ -23,7 +23,7 @@ struct ceph_auth_none_info {
        struct ceph_none_authorizer au;   /* we only need one; it's static */
 };
 
-extern int ceph_auth_none_init(struct ceph_auth_client *ac);
+int ceph_auth_none_init(struct ceph_auth_client *ac);
 
 #endif