On 20/10/2025 18.20, [email protected] wrote:
From: Jared Rossi <[email protected]>
The virtio-blkdev functions are incorrectly listed in s390-ccw.h as belonging to
virtio.c. Additionally, virtio_load_direct() has an unused subchan_id argument.
Remove the unused argument and move the prototypes to virtio.h so that they are
independent from the CCW bus.
Signed-off-by: Jared Rossi <[email protected]>
---
I'd maybe spell "Misattributed Function Prototypes" with small letters in
the title, but apart from that, patch looks good to me:
Reviewed-by: Thomas Huth <[email protected]>