On Mon, 2026-05-04 at 18:16 -0400, [email protected] wrote: > From: Jared Rossi <[email protected]> > > The same function can be used for issuing both CCW and PCI virtio commands, so > remove CCW from the existing name. Additionally, move the function out of the > CCW specific file and make it static. > > Signed-off-by: Jared Rossi <[email protected]> > --- > pc-bios/s390-ccw/virtio-ccw.c | 17 ----------------- > pc-bios/s390-ccw/virtio-ccw.h | 1 - > pc-bios/s390-ccw/virtio.c | 19 ++++++++++++++++++- > 3 files changed, 18 insertions(+), 19 deletions(-)
Reviewed-by: Eric Farman <[email protected]>
