summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-07-23 15:04:40 +0100
committerMark Brown <broonie@kernel.org>2026-07-23 15:04:40 +0100
commit22433d01a49f774472bbf1bb7062bbd7b8c1ceab (patch)
treee9330994d88b6fe6cb8d4ce58ff4840f0d5b3b43 /lib
parentf1092b08e31f3c24a90e61b53918c113c11c77bd (diff)
parentdf373d39c6f038d176af303ae72f02c7c70b953d (diff)
downloadlinux-next-22433d01a49f774472bbf1bb7062bbd7b8c1ceab.tar.gz
linux-next-22433d01a49f774472bbf1bb7062bbd7b8c1ceab.zip
Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
Diffstat (limited to 'lib')
-rw-r--r--lib/rhashtable.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rhashtable.c b/lib/rhashtable.c
index d459bef245f4..40f1c1f2e338 100644
--- a/lib/rhashtable.c
+++ b/lib/rhashtable.c
@@ -14,6 +14,7 @@
#include <linux/atomic.h>
#include <linux/kernel.h>
#include <linux/init.h>
+#include <linux/irq_work.h>
#include <linux/log2.h>
#include <linux/sched.h>
#include <linux/rculist.h>
@@ -25,6 +26,7 @@
#include <linux/rhashtable.h>
#include <linux/err.h>
#include <linux/export.h>
+#include <linux/workqueue.h>
#define HASH_DEFAULT_SIZE 64UL
#define HASH_MIN_SIZE 4U