OSDN Git Service

iommu: Properly export iommu_group_get_for_dev()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 Apr 2020 12:01:20 +0000 (14:01 +0200)
committerJoerg Roedel <jroedel@suse.de>
Fri, 1 May 2020 11:32:34 +0000 (13:32 +0200)
commitae74c19faa7d7996e857e13165bd40fc4a285e0d
tree56a0d55912766614261a2e3829fdeaca03b09d79
parentba61c3da00f4a5bf8805aeca1ba5ac3c9bd82e96
iommu: Properly export iommu_group_get_for_dev()

In commit a7ba5c3d008d ("drivers/iommu: Export core IOMMU API symbols to
permit modular drivers") a bunch of iommu symbols were exported, all
with _GPL markings except iommu_group_get_for_dev().  That export should
also be _GPL like the others.

Fixes: a7ba5c3d008d ("drivers/iommu: Export core IOMMU API symbols to permit modular drivers")
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Acked-by: Will Deacon <will@kernel.org>
Cc: Joerg Roedel <jroedel@suse.de>
Cc: John Garry <john.garry@huawei.com>
Cc: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20200430120120.2948448-1-gregkh@linuxfoundation.org
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/iommu.c