s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c
authorTony Krowiak <akrowiak@linux.ibm.com>
Wed, 14 Oct 2020 19:34:49 +0000 (15:34 -0400)
committerAlexander Gordeev <agordeev@linux.ibm.com>
Tue, 19 Jul 2022 14:18:08 +0000 (16:18 +0200)
commit260f3ea141382386e97611e7c2029bc013088ab1
tree60ee3f6e39f88ce1318828b9fccadff77962a8f0
parent034921cdea1c4c491735c8eb344634c7b899d930
s390/vfio-ap: move probe and remove callbacks to vfio_ap_ops.c

Let's move the probe and remove callbacks into the vfio_ap_ops.c
file to keep all code related to managing queues in a single file. This
way, all functions related to queue management can be removed from the
vfio_ap_private.h header file defining the public interfaces for the
vfio_ap device driver.

Signed-off-by: Tony Krowiak <akrowiak@linux.ibm.com>
Reviewed-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
drivers/s390/crypto/vfio_ap_drv.c
drivers/s390/crypto/vfio_ap_ops.c
drivers/s390/crypto/vfio_ap_private.h