diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2018-07-24 18:48:07 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzk@kernel.org> | 2018-07-24 18:50:46 +0200 |
commit | e89549a596b3b039e8fbac487452d0988943444c (patch) | |
tree | d793cfc97be66ed5cadb795c3d4c0915ab671bc6 /arch/arm/mach-exynos | |
parent | 5613ee51b09deec6ec9a9a53824b37c9b1461ecf (diff) | |
download | kernel_replicant_linux-e89549a596b3b039e8fbac487452d0988943444c.tar.gz kernel_replicant_linux-e89549a596b3b039e8fbac487452d0988943444c.tar.bz2 kernel_replicant_linux-e89549a596b3b039e8fbac487452d0988943444c.zip |
ARM: exynos: Remove outdated maintainer information
The current maintainers are specified in MAINTAINERS file, so remove
in-sources information with outdated e-mail address (Thomas Abraham's
email does not work, Kukjin Kim uses @kernel.org).
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/exynos.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index f4b6c93a7fd0..865dcc4c3181 100644 --- a/arch/arm/mach-exynos/exynos.c +++ b/arch/arm/mach-exynos/exynos.c @@ -190,8 +190,6 @@ static void __init exynos_dt_fixup(void) } DT_MACHINE_START(EXYNOS_DT, "SAMSUNG EXYNOS (Flattened Device Tree)") - /* Maintainer: Thomas Abraham <thomas.abraham@linaro.org> */ - /* Maintainer: Kukjin Kim <kgene.kim@samsung.com> */ .l2c_aux_val = 0x3c400001, .l2c_aux_mask = 0xc20fffff, .smp = smp_ops(exynos_smp_ops), |