From: Chen Ni Date: Wed, 11 Feb 2026 04:46:44 +0000 (+0800) Subject: cifs: SMB1 split: Remove duplicate include of cifs_debug.h X-Git-Tag: ceph-for-7.0-rc4~162^2~12 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66dc58bdbd7c1897d87c06fee6e0f176c85190a0;p=ceph-client.git 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 Signed-off-by: Steve French --- diff --git a/fs/smb/client/smb1transport.c b/fs/smb/client/smb1transport.c index 0b8b852cfc0d..93731b00ca5d 100644 --- a/fs/smb/client/smb1transport.c +++ b/fs/smb/client/smb1transport.c @@ -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