diff options
author | Gavin Shan <gwshan@linux.vnet.ibm.com> | 2014-09-29 12:31:51 -0400 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2014-09-29 12:31:51 -0400 |
commit | 0f905ce2b59c666ad48f240bfa2ab28b77f7f936 (patch) | |
tree | d8bf05edd1254dd33e1b4abd2b530ffbc354c908 /drivers/vfio | |
parent | b8f02af096b1fc9fd46680cbe55214e477eb76d3 (diff) |
drivers/vfio: Export vfio_spapr_iommu_eeh_ioctl() with GPL
The function should have been exported with EXPORT_SYMBOL_GPL()
as part of commit 92d18a6851fb ("drivers/vfio: Fix EEH build error").
Suggested-by: Alexey Kardashevskiy <aik@ozlabs.ru>
Signed-off-by: Gavin Shan <gwshan@linux.vnet.ibm.com>
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'drivers/vfio')
-rw-r--r-- | drivers/vfio/vfio_spapr_eeh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vfio/vfio_spapr_eeh.c b/drivers/vfio/vfio_spapr_eeh.c index 86dfceb9201f..5fa42db769ee 100644 --- a/drivers/vfio/vfio_spapr_eeh.c +++ b/drivers/vfio/vfio_spapr_eeh.c | |||
@@ -92,7 +92,7 @@ long vfio_spapr_iommu_eeh_ioctl(struct iommu_group *group, | |||
92 | 92 | ||
93 | return ret; | 93 | return ret; |
94 | } | 94 | } |
95 | EXPORT_SYMBOL(vfio_spapr_iommu_eeh_ioctl); | 95 | EXPORT_SYMBOL_GPL(vfio_spapr_iommu_eeh_ioctl); |
96 | 96 | ||
97 | MODULE_VERSION(DRIVER_VERSION); | 97 | MODULE_VERSION(DRIVER_VERSION); |
98 | MODULE_LICENSE("GPL v2"); | 98 | MODULE_LICENSE("GPL v2"); |