diff options
author | Steve French <smfrench@gmail.com> | 2013-09-08 14:54:24 -0500 |
---|---|---|
committer | Steve French <smfrench@gmail.com> | 2013-09-08 14:54:24 -0500 |
commit | 77993be3f32192f28c558290e695a50de7c2dab9 (patch) | |
tree | 9dafd6023591aa331a2f4166df5bbf7ec7f8115c | |
parent | 32811d242ff6f28da2ab18c90a15e32fd958e774 (diff) | |
download | op-kernel-dev-77993be3f32192f28c558290e695a50de7c2dab9.zip op-kernel-dev-77993be3f32192f28c558290e695a50de7c2dab9.tar.gz |
[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>
-rw-r--r-- | fs/cifs/winucase.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/cifs/winucase.c b/fs/cifs/winucase.c index 63cca4a..1506d4f 100644 --- a/fs/cifs/winucase.c +++ b/fs/cifs/winucase.c @@ -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, |