diff options
-rw-r--r-- | drivers/iommu/iommu.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/iommu/iommu.c b/drivers/iommu/iommu.c index 58f6a16b2e1a..349c92dfce05 100644 --- a/drivers/iommu/iommu.c +++ b/drivers/iommu/iommu.c | |||
@@ -364,6 +364,8 @@ rename: | |||
364 | /* Notify any listeners about change to group. */ | 364 | /* Notify any listeners about change to group. */ |
365 | blocking_notifier_call_chain(&group->notifier, | 365 | blocking_notifier_call_chain(&group->notifier, |
366 | IOMMU_GROUP_NOTIFY_ADD_DEVICE, dev); | 366 | IOMMU_GROUP_NOTIFY_ADD_DEVICE, dev); |
367 | |||
368 | trace_add_device_to_group(group->id, dev); | ||
367 | return 0; | 369 | return 0; |
368 | } | 370 | } |
369 | EXPORT_SYMBOL_GPL(iommu_group_add_device); | 371 | EXPORT_SYMBOL_GPL(iommu_group_add_device); |