Staging: lustre: fld: Remove unused declaration
authorShraddha Barke <shraddha.6596@gmail.com>
Fri, 30 Oct 2015 15:29:08 +0000 (20:59 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Nov 2015 04:02:47 +0000 (20:02 -0800)
Function fld_dump_cache_entries is declared in header file but not used.
Hence remove the declaration.

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/fld/fld_internal.h

index 88ec7b114caa9ba56164f6e8f26c8602d16c68d9..959b8e6bba951029cf55dc96d1b073f5f9359cce 100644 (file)
@@ -161,7 +161,6 @@ int fld_cache_lookup(struct fld_cache *cache,
 
 struct fld_cache_entry*
 fld_cache_entry_lookup(struct fld_cache *cache, struct lu_seq_range *range);
-void fld_dump_cache_entries(struct fld_cache *cache);
 
 struct fld_cache_entry
 *fld_cache_entry_lookup_nolock(struct fld_cache *cache,
This page took 0.02529 seconds and 5 git commands to generate.