FROMLIST: iommu/arm-smmu: Update my email address in MODULE_AUTHOR()

I no longer work for Arm, so update the stale reference to my old email
address.

Signed-off-by: Will Deacon <will@kernel.org>
Bug: 140290589
Link: https://lore.kernel.org/lkml/20191121114918.2293-15-will@kernel.org/
Signed-off-by: Will Deacon <willdeacon@google.com>
Change-Id: I7676e5f736fcb31376444bbfee419bc49ef17287
This commit is contained in:
Will Deacon 2019-11-11 12:43:19 +00:00 committed by Todd Kjos
parent 1ab0dd5f3d
commit 88e95c3c90
2 changed files with 2 additions and 2 deletions

View File

@ -3732,5 +3732,5 @@ static struct platform_driver arm_smmu_driver = {
module_platform_driver(arm_smmu_driver);
MODULE_DESCRIPTION("IOMMU API for ARM architected SMMUv3 implementations");
MODULE_AUTHOR("Will Deacon <will.deacon@arm.com>");
MODULE_AUTHOR("Will Deacon <will@kernel.org>");
MODULE_LICENSE("GPL v2");

View File

@ -2291,5 +2291,5 @@ static struct platform_driver arm_smmu_driver = {
module_platform_driver(arm_smmu_driver);
MODULE_DESCRIPTION("IOMMU API for ARM architected SMMU implementations");
MODULE_AUTHOR("Will Deacon <will.deacon@arm.com>");
MODULE_AUTHOR("Will Deacon <will@kernel.org>");
MODULE_LICENSE("GPL v2");