On 24.06.20 09:52, Janosch Frank wrote: > Let's consolidate timing related functions into one header. > > Signed-off-by: Janosch Frank <fran...@linux.ibm.com> > Acked-by: Thomas Huth <th...@redhat.com> > --- > pc-bios/s390-ccw/menu.c | 1 + > pc-bios/s390-ccw/netmain.c | 15 +++------------ > pc-bios/s390-ccw/s390-ccw.h | 8 ++++---- > pc-bios/s390-ccw/s390-time.h | 23 +++++++++++++++++++++++ > pc-bios/s390-ccw/virtio-net.c | 1 + > pc-bios/s390-ccw/virtio-scsi.c | 1 + > pc-bios/s390-ccw/virtio.c | 18 +++--------------- > 7 files changed, 36 insertions(+), 31 deletions(-) > create mode 100644 pc-bios/s390-ccw/s390-time.h
Reviewed-by: David Hildenbrand <da...@redhat.com> -- Thanks, David / dhildenb