summaryrefslogtreecommitdiff
path: root/drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-04 07:48:41 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-08-04 07:48:41 +0800
commitc34d9cd855b48d9dbedbd801f5e3019776c86e4c (patch)
tree9b68b6f0278c056f491cbb2794490f0c42b42fb6 /drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h
parent409ccba9f222f4952843fee15432c67fbab53c74 (diff)
staging: lustre: remove typedef for module_t
Use "struct module" like the rest of the kernel, not a typedef. Cc: Peng Tao <tao.peng@emc.com> Cc: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h b/drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h
index e43ece6f808f..23bccf234af9 100644
--- a/drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h
+++ b/drivers/staging/lustre/include/linux/libcfs/linux/linux-prim.h
@@ -80,8 +80,6 @@ LL_PROC_PROTO(name) \
__##name); \
}
-typedef struct module module_t;
-
/*
* Proc file system APIs
*/