From: Steve French Date: Sun, 8 Sep 2013 19:54:24 +0000 (-0500) Subject: [CIFS] quiet sparse compile warning X-Git-Tag: Ubuntu-5.2.0-15.16~14908^2~6 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=77993be3f32192f28c558290e695a50de7c2dab9;p=mirror_ubuntu-eoan-kernel.git [CIFS] quiet sparse compile warning Jeff's patchset introduced trivial sparse warning on new cifs toupper routine Signed-off-by: Steve French CC: Jeff Layton --- diff --git a/fs/cifs/winucase.c b/fs/cifs/winucase.c index 63cca4aa32da..1506d4fddb2c 100644 --- a/fs/cifs/winucase.c +++ b/fs/cifs/winucase.c @@ -31,6 +31,8 @@ #include +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,