[CIFS] quiet sparse compile warning
Jeff's patchset introduced trivial sparse warning on new cifs toupper routine Signed-off-by: Steve French <smfrench@gmail.com> CC: Jeff Layton <jlayton@redhat.com>
This commit is contained in:
parent
32811d242f
commit
77993be3f3
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@
|
|||
|
||||
#include <linux/nls.h>
|
||||
|
||||
wchar_t cifs_toupper(wchar_t in); /* quiet sparse */
|
||||
|
||||
static const wchar_t t2_00[256] = {
|
||||
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
||||
0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
|
||||
|
|
Loading…
Reference in a new issue