staging: lustre: remove typedef for module_t
[firefly-linux-kernel-4.4.55.git] / drivers / staging / lustre / lustre / ptlrpc / gss / gss_api.h
index feac60482c97aa1feb2d54e9fec140fa2b538e20..0e9f6c472a37773bc2615af84d187b6e528e0864 100644 (file)
@@ -100,7 +100,7 @@ struct subflavor_desc {
 /* Each mechanism is described by the following struct: */
 struct gss_api_mech {
        struct list_head              gm_list;
-       module_t           *gm_owner;
+       struct module      *gm_owner;
        char               *gm_name;
        rawobj_t                gm_oid;
        atomic_t            gm_count;