diff options
| author | Gabriel Krisman Bertazi <krisman@suse.de> | 2026-01-05 18:09:32 -0500 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2026-01-05 17:08:20 -0700 |
| commit | 48ed70131e4f3057f819c848d92fe84ba696e2a9 (patch) | |
| tree | 0f387473cf85663524cf5e2b5e35cc8f53602cb0 /io_uring/alloc_cache.h | |
| parent | 3c7d76d6128a0fef68e6540754bf85a44a29bb59 (diff) | |
io_uring: Trim out unused includes
Clean up some left overs of refactoring io_uring into multiple files.
Compile tested with a few configurations.
Signed-off-by: Gabriel Krisman Bertazi <krisman@suse.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/alloc_cache.h')
| -rw-r--r-- | io_uring/alloc_cache.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/io_uring/alloc_cache.h b/io_uring/alloc_cache.h index d33ce159ef33..bb2f21a7bfd6 100644 --- a/io_uring/alloc_cache.h +++ b/io_uring/alloc_cache.h @@ -2,6 +2,7 @@ #define IOU_ALLOC_CACHE_H #include <linux/io_uring_types.h> +#include <linux/kasan.h> /* * Don't allow the cache to grow beyond this size. |
