From 58d650e83a692b45481f6b9249d036863fb9f0b6 Mon Sep 17 00:00:00 2001 From: Pisit Sawangvonganan Date: Tue, 17 Dec 2024 11:33:28 +0700 Subject: [PATCH] rtio: remove padding field `_resv0` from `struct rtio_sqe` The `_resv0` field is no longer needed after increasing the size of `iodev_flags` from `uint16_t` to `uint32_t` by this PR #80177. Signed-off-by: Pisit Sawangvonganan --- include/zephyr/rtio/rtio.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/zephyr/rtio/rtio.h b/include/zephyr/rtio/rtio.h index 486b1a676db908..9d117813185f29 100644 --- a/include/zephyr/rtio/rtio.h +++ b/include/zephyr/rtio/rtio.h @@ -292,8 +292,6 @@ struct rtio_sqe { uint32_t iodev_flags; /**< Op iodev flags */ - uint16_t _resv0; - const struct rtio_iodev *iodev; /**< Device to operation on */ /**