ANDROID: iommu/arm-smmu-v3-kvm: Add license

The driver is GPLv2, declare it in the module.

Bug: 357781595
Bug: 384432312
Change-Id: I35cadc1132de0a7af7defe8dcad55b01beb3cbad
Signed-off-by: Mostafa Saleh <smostafa@google.com>
This commit is contained in:
Mostafa Saleh
2024-12-20 14:43:22 +00:00
parent f4d03430a2
commit a2829fafa6
@@ -997,3 +997,4 @@ static int kvm_arm_smmu_v3_post_init(void)
core_initcall(kvm_arm_smmu_v3_register);
late_initcall(kvm_arm_smmu_v3_post_init);
MODULE_LICENSE("GPL v2");