From: Tanzir Hasan Date: Tue, 2 Jan 2024 22:22:18 +0000 (+0000) Subject: xprtrdma: removed asm-generic headers from verbs.c X-Git-Tag: io_uring-6.11-20240722~29^2~62 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=146a99aefe4a45f68ed371709103cd1dbba6128c;p=linux-block.git xprtrdma: removed asm-generic headers from verbs.c asm-generic/barrier.h and asm/bitops.h are already brought into the file through the header linux/sunrpc/svc_rdma.h and the file can still be built with their removal. They have been replaced with the preferred linux/bitops.h and asm/barrier.h to remove the need for the asm-generic header. Suggested-by: Al Viro Signed-off-by: Tanzir Hasan Acked-by: Chuck Lever Signed-off-by: Anna Schumaker --- diff --git a/net/sunrpc/xprtrdma/verbs.c b/net/sunrpc/xprtrdma/verbs.c index 432557a553e7..e6e660647137 100644 --- a/net/sunrpc/xprtrdma/verbs.c +++ b/net/sunrpc/xprtrdma/verbs.c @@ -49,14 +49,14 @@ * o buffer memory */ +#include #include #include #include #include #include -#include -#include +#include #include