diff options
| author | Mark Brown <broonie@kernel.org> | 2026-07-06 14:52:50 +0100 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2026-07-06 14:52:50 +0100 |
| commit | a89d359c4cf38c0af016fcc03e0861764a4dd016 (patch) | |
| tree | c63f3a9b3cd413570201b3d053464502d1a283af /lib | |
| parent | 3d12bbc89e7f2808472e69186727b80e0ba1fa23 (diff) | |
| parent | e264401ce4776a288524e5b87593d4d864147115 (diff) | |
| download | linux-next-a89d359c4cf38c0af016fcc03e0861764a4dd016.tar.gz linux-next-a89d359c4cf38c0af016fcc03e0861764a4dd016.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.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/rhashtable.c b/lib/rhashtable.c index 40cfb38ac919..ef975510ec38 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 |
