diff --git a/fs/cifs/winucase.c b/fs/cifs/winucase.c index 63cca4aa32da5e19c3997135435245e86d2ee9cf..1506d4fddb2c37ef3fa1213e3050d53de8ea0765 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,