diff options
author | NeilBrown <neilb@suse.com> | 2018-05-21 14:35:13 +1000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2018-05-25 18:36:18 +0200 |
commit | 8f0ca7fca3ab4ab69b19e68e31f5c2e455cdc10d (patch) | |
tree | fd25b12ba376048ac16b55e39d3ad6619a6022b3 /drivers/staging/lustre/include | |
parent | 73d65c8d1a851785af624870424b332f42af1b37 (diff) |
staging: lustre: remove libcfs_all.h from remaining .h files.
Now no *.h files include libcfs_all.h - only *.c files.
Signed-off-by: NeilBrown <neilb@suse.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/lustre/include')
-rw-r--r-- | drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h b/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h index 0506f1d45757..be315958a4b3 100644 --- a/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h +++ b/drivers/staging/lustre/include/linux/libcfs/libcfs_hash.h @@ -40,6 +40,9 @@ #define __LIBCFS_HASH_H__ #include <linux/hash.h> +#include <linux/spinlock.h> +#include <linux/workqueue.h> +#include <linux/libcfs/libcfs.h> /* * Knuth recommends primes in approximately golden ratio to the maximum |