summaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2026-08-18 19:42:09 +0100
committerMiklos Szeredi <mszeredi@redhat.com>2026-08-24 12:50:40 +0200
commit1b04ca2aca2d4015e7e1e17e7911f9484fe16fd9 (patch)
tree84364cbc436d44fa9f4189117c2d94f6f20bd3ad /include/uapi/linux
parent1f59015e958174e89be58cc8db16d70a60d17255 (diff)
io_uring: Add missing include for ITER_SOURCE and ITER_DEST
Fix IWYU issues: /tmp/next/build/include/linux/io_uring_types.h:56:32: error: 'ITER_DEST' undeclared here (not in a function) 56 | IO_BUF_DEST = 1 << ITER_DEST, | ^~~~~~~~~ /tmp/next/build/include/linux/io_uring_types.h:57:32: error: 'ITER_SOURCE' undeclared here (not in a function) 57 | IO_BUF_SOURCE = 1 << ITER_SOURCE, | ^~~~~~~~~~~ Fixes: 95961b72c57b2 ("io_uring/rsrc: rename and export IO_IMU_DEST / IO_IMU_SOURCE") Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions