cifs: remove some minor warnings pointed out by kernel test robot
authorSteve French <stfrench@microsoft.com>
Sat, 12 Dec 2020 18:49:28 +0000 (12:49 -0600)
committerSteve French <stfrench@microsoft.com>
Mon, 14 Dec 2020 15:16:23 +0000 (09:16 -0600)
commitee0dce4926b95c3c96217c076550216eb6dcd90b
tree3c0559614f1876feb49786cbfd6d92b1d1600a8b
parent607dfc79c37a0eb1320485ae9336aba0fd8b7723
cifs: remove some minor warnings pointed out by kernel test robot

Correct some trivial warnings caused when new file unc.c
was created. For example:

   In file included from fs/cifs/unc.c:11:
>> fs/cifs/cifsproto.h:44:28: warning: 'struct TCP_Server_Info' declared inside parameter list will not be visible outside of this definition or declaration
      44 | extern int smb_send(struct TCP_Server_Info *, struct smb_hdr *,

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Steve French <stfrench@microsoft.com>
fs/cifs/unc.c