projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8f02af
)
drivers/vfio: Export vfio_spapr_iommu_eeh_ioctl() with GPL
author
Gavin Shan
<gwshan@linux.vnet.ibm.com>
Mon, 29 Sep 2014 16:31:51 +0000
(10:31 -0600)
committer
Alex Williamson
<alex.williamson@redhat.com>
Mon, 29 Sep 2014 16:31:51 +0000
(10:31 -0600)
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>
drivers/vfio/vfio_spapr_eeh.c
patch
|
blob
|
history
diff --git
a/drivers/vfio/vfio_spapr_eeh.c
b/drivers/vfio/vfio_spapr_eeh.c
index 86dfceb9201f2503e2050dc71c8906fcd8abf281..5fa42db769ee8e5d9d88edd8dbccc71102290ad1 100644
(file)
--- 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,
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");