On 1/27/2026 8:15 AM, [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. Reviewed-by: Thomas Huth<[email protected]> Reviewed-by: Eric Farman<[email protected]> Signed-off-by: Jared Rossi<[email protected]> --- pc-bios/s390-ccw/bootmap.c | 2 +- pc-bios/s390-ccw/s390-ccw.h | 4 ---- pc-bios/s390-ccw/virtio-blkdev.c | 2 +- pc-bios/s390-ccw/virtio.h | 7 +++++++ 4 files changed, 9 insertions(+), 6 deletions(-)
Reviewed-by: Farhan Ali<[email protected]>
