mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
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:
parent
1ab0dd5f3d
commit
88e95c3c90
|
|
@ -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");
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user