Commit d4b2945d authored by Thomas Huth's avatar Thomas Huth Committed by Heiko Carstens
Browse files

s390/vfio-ap: remove superfluous MODULE_DEVICE_TABLE declaration



The vfio_ap module tries to register for the vfio_ap bus - but that's
the interface that it provides itself, so this does not make much sense,
thus let's simply drop this statement now.

Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
Reviewed-by: default avatarTony Krowiak <akrowiak@linux.ibm.com>
Link: https://lore.kernel.org/r/20220413094416.412114-1-thuth@redhat.com


Signed-off-by: default avatarHeiko Carstens <hca@linux.ibm.com>
parent 41cd81ab
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -46,8 +46,6 @@ static struct ap_device_id ap_queue_ids[] = {
	{ /* end of sibling */ },
};

MODULE_DEVICE_TABLE(vfio_ap, ap_queue_ids);

static struct ap_matrix_mdev *vfio_ap_mdev_for_queue(struct vfio_ap_queue *q)
{
	struct ap_matrix_mdev *matrix_mdev;