cifs: SMB1 split: Remove duplicate include of cifs_debug.h

Remove duplicate inclusion of cifs_debug.h in smb1transport.c to
clean up redundant code.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Chen Ni 2026-02-11 12:46:44 +08:00 committed by Steve French
parent 72f4d48034
commit 66dc58bdbd

View File

@ -29,7 +29,6 @@
#include "cifs_debug.h"
#include "smbdirect.h"
#include "compress.h"
#include "cifs_debug.h"
/* Max number of iovectors we can use off the stack when sending requests. */
#define CIFS_MAX_IOV_SIZE 8