Skip to content

Commit 719f5a5

Browse files
ndrs-pstDevansh0210
authored andcommitted
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 zephyrproject-rtos#80177. Signed-off-by: Pisit Sawangvonganan <pisit@ndrsolution.com>
1 parent 8232b8c commit 719f5a5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

include/zephyr/rtio/rtio.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ struct rtio_sqe {
292292

293293
uint32_t iodev_flags; /**< Op iodev flags */
294294

295-
uint16_t _resv0;
296-
297295
const struct rtio_iodev *iodev; /**< Device to operation on */
298296

299297
/**

0 commit comments

Comments
 (0)