commit | e72f412b747cb252e3441fd9463e076c883cbeb5 | [log] [tgz] |
---|---|---|
author | Scott Weir <sjw0410@gmail.com> | Mon Jun 16 20:44:51 2014 +1000 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Wed Jun 18 15:36:35 2014 -0700 |
tree | 150651382b923d9d449a6f33448db959df89df9e | |
parent | cab80d98f50bbacb7df79bd267d0b2b008b2d84f [diff] |
staging: lustre: Fix sparse warnings for undeclared symbols This patch fixes the sparse warnings in drivers/staging/lustre/lustre/ptlrpc/sec_lproc.c: sec_lproc.c:58:6: warning: symbol 'sec_flags2str' was not declared. Should it be static? Signed-off-by: Scott Weir <sjw0410@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>