diff options
| author | Herbert Xu <herbert@gondor.apana.org.au> | 2026-06-04 10:21:17 +0800 |
|---|---|---|
| committer | Herbert Xu <herbert@gondor.apana.org.au> | 2026-07-05 13:19:51 +0800 |
| commit | ba16486d79d44e3d07c713ff566be156292ed744 (patch) | |
| tree | e69e56fc87e4635f1d0c093ed9cc0e0511a2d68d /include/linux | |
| parent | dc59e4fea9d83f03bad6bddf3fa2e52491777482 (diff) | |
rhashtable: Add workqueue/irq_work header inclusions
Add inclusions for irq_work.h and workqueue.h to rhashtable.c rather
than relying on indirect inclusions from elsewhere.
Remove workqueue.h from rhashtable.h now that it uses IRQ work only.
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/rhashtable.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/rhashtable.h b/include/linux/rhashtable.h index 79f83b6eec27..57a2a29bef0e 100644 --- a/include/linux/rhashtable.h +++ b/include/linux/rhashtable.h @@ -23,7 +23,6 @@ #include <linux/irq_work.h> #include <linux/jhash.h> #include <linux/list_nulls.h> -#include <linux/workqueue.h> #include <linux/rculist.h> #include <linux/bit_spinlock.h> |
