aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
authorMark Brown <broonie@kernel.org>2026-05-29 22:36:57 +0100
committerMark Brown <broonie@kernel.org>2026-05-29 22:36:57 +0100
commit27d393e3d2a5dc873f563e143a3f20fd8fb9cdb2 (patch)
tree851527b00f61ea18d64c296d580f42ec32938df8 /tools
parent7a822a9dd6e98ccec31f0f02bd4db6252ed7f188 (diff)
parent5624ea54f3ba5c83d2e5503411a31a8be0278c1e (diff)
downloadlinux-next-history-27d393e3d2a5dc873f563e143a3f20fd8fb9cdb2.tar.gz
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
Diffstat (limited to 'tools')
-rw-r--r--tools/perf/trace/beauty/include/linux/socket.h1
-rw-r--r--tools/testing/crypto/chacha20-s390/test-cipher.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/trace/beauty/include/linux/socket.h b/tools/perf/trace/beauty/include/linux/socket.h
index ec4a0a0257939..3ffdfe184b23d 100644
--- a/tools/perf/trace/beauty/include/linux/socket.h
+++ b/tools/perf/trace/beauty/include/linux/socket.h
@@ -89,7 +89,6 @@ struct msghdr {
bool msg_get_inq : 1;/* return INQ after receive */
unsigned int msg_flags; /* flags on received message */
__kernel_size_t msg_controllen; /* ancillary data buffer length */
- struct kiocb *msg_iocb; /* ptr to iocb for async requests */
struct ubuf_info *msg_ubuf;
int (*sg_from_iter)(struct sk_buff *skb,
struct iov_iter *from, size_t length);
diff --git a/tools/testing/crypto/chacha20-s390/test-cipher.c b/tools/testing/crypto/chacha20-s390/test-cipher.c
index 827507844e8fb..9f61454ed077f 100644
--- a/tools/testing/crypto/chacha20-s390/test-cipher.c
+++ b/tools/testing/crypto/chacha20-s390/test-cipher.c
@@ -11,7 +11,6 @@
#include <crypto/akcipher.h>
#include <crypto/acompress.h>
#include <crypto/rng.h>
-#include <crypto/drbg.h>
#include <crypto/kpp.h>
#include <crypto/internal/simd.h>
#include <crypto/chacha.h>