]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3c7aca8c48e15145bddb2f0df27eb86b5b3faae0
tree60ee3f6e39f88ce1318828b9fccadff77962a8f0
parenta820e39ee78bfa74dca505aa9d70b0ab768c1e93
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