From 2db4b85b2758d59d86839569f1956dd58932036c 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 486b1a676db9..9d117813185f 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 */ /**