Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0f905ce2 authored by Gavin Shan's avatar Gavin Shan Committed by Alex Williamson
Browse files

drivers/vfio: Export vfio_spapr_iommu_eeh_ioctl() with GPL



The function should have been exported with EXPORT_SYMBOL_GPL()
as part of commit 92d18a68 ("drivers/vfio: Fix EEH build error").

Suggested-by: default avatarAlexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: default avatarGavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent b8f02af0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ long vfio_spapr_iommu_eeh_ioctl(struct iommu_group *group,

	return ret;
}
EXPORT_SYMBOL(vfio_spapr_iommu_eeh_ioctl);
EXPORT_SYMBOL_GPL(vfio_spapr_iommu_eeh_ioctl);

MODULE_VERSION(DRIVER_VERSION);
MODULE_LICENSE("GPL v2");