vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
[linux-2.6-microblaze.git] / drivers / s390 / crypto / vfio_ap_private.h
index 648fcaf..a26efd8 100644 (file)
@@ -81,8 +81,6 @@ struct ap_matrix {
  * @node:      allows the ap_matrix_mdev struct to be added to a list
  * @matrix:    the adapters, usage domains and control domains assigned to the
  *             mediated matrix device.
- * @group_notifier: notifier block used for specifying callback function for
- *                 handling the VFIO_GROUP_NOTIFY_SET_KVM event
  * @iommu_notifier: notifier block used for specifying callback function for
  *                 handling the VFIO_IOMMU_NOTIFY_DMA_UNMAP even
  * @kvm:       the struct holding guest's state
@@ -94,7 +92,6 @@ struct ap_matrix_mdev {
        struct vfio_device vdev;
        struct list_head node;
        struct ap_matrix matrix;
-       struct notifier_block group_notifier;
        struct notifier_block iommu_notifier;
        struct kvm *kvm;
        crypto_hook pqap_hook;