summaryrefslogtreecommitdiffstats
path: root/drivers/staging/lustre
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.com>2018-05-21 14:35:12 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-05-25 18:29:10 +0200
commit1c36b6de6ae8dcc76d58caf589dee38a677683d3 (patch)
tree430650024a6e85a6fca9cd01241ed63e5721088b /drivers/staging/lustre
parent912a846027c203370f4837a2b2db7ba2ebe1b47c (diff)
downloadlinux-1c36b6de6ae8dcc76d58caf589dee38a677683d3.tar.bz2
staging: lustre: clean up __LIBCFS_H macro
There is some confusion with names here - make it all uniform. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre')
-rw-r--r--drivers/staging/lustre/include/linux/libcfs/libcfs.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs.h b/drivers/staging/lustre/include/linux/libcfs/libcfs.h
index 63ea0e99ec58..ab77cf83af0f 100644
--- a/drivers/staging/lustre/include/linux/libcfs/libcfs.h
+++ b/drivers/staging/lustre/include/linux/libcfs/libcfs.h
@@ -103,8 +103,6 @@ static inline int notifier_from_ioctl_errno(int err)
int libcfs_setup(void);
-#define _LIBCFS_H
-
/**
* The path of debug log dump upcall script.
*/
@@ -124,4 +122,4 @@ int lprocfs_call_handler(void *data, int write, loff_t *ppos,
int (*handler)(void *data, int write, loff_t pos,
void __user *buffer, int len));
-#endif /* _LIBCFS_H */
+#endif /* __LIBCFS_LIBCFS_H__ */