mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-06 04:19:23 -04:00
staging: lustre: remove libcfs_debug_set_level prototype from libcfs_private.h
The function libcfs_debug_set_level is used only internally so no reason to expose it in libcfs_private.h. This is broken out from LU-5829 patch http://review.whamcloud.com/13319. Signed-off-by: frank zago <fzago@cray.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
5b26f052fb
commit
30a0a431e0
@@ -185,8 +185,6 @@ int libcfs_debug_cleanup(void);
|
||||
int libcfs_debug_clear_buffer(void);
|
||||
int libcfs_debug_mark_buffer(const char *text);
|
||||
|
||||
void libcfs_debug_set_level(unsigned int debug_level);
|
||||
|
||||
/*
|
||||
* allocate per-cpu-partition data, returned value is an array of pointers,
|
||||
* variable can be indexed by CPU ID.
|
||||
|
||||
Reference in New Issue
Block a user