ksmbd: transport_rdma: Don't include rwlock.h directly
rwlock.h specifically asks to not be included directly. In fact, the proper spinlock.h include isn't needed either, it comes with the huge pile that kthread.h ends up pulling in, so just drop it entirely. Signed-off-by: Mike Galbraith <efault@gmx.de> Signed-off-by: Namjae Jeon <linkinjeon@kernel.org> Signed-off-by: Steve French <stfrench@microsoft.com>
This commit is contained in:
Родитель
bf9f243f23
Коммит
a9b3043de4
|
@ -20,7 +20,6 @@
|
|||
#define SUBMOD_NAME "smb_direct"
|
||||
|
||||
#include <linux/kthread.h>
|
||||
#include <linux/rwlock.h>
|
||||
#include <linux/list.h>
|
||||
#include <linux/mempool.h>
|
||||
#include <linux/highmem.h>
|
||||
|
|
Загрузка…
Ссылка в новой задаче