Skip to content

Commit

Permalink
rtio: remove padding field _resv0 from struct rtio_sqe
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ndrs-pst committed Dec 17, 2024
1 parent ad6ef7d commit 58d650e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/zephyr/rtio/rtio.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */

/**
Expand Down

0 comments on commit 58d650e

Please sign in to comment.