From: Krzysztof Kozlowski Date: Tue, 24 Jul 2018 16:48:07 +0000 (+0200) Subject: ARM: exynos: Remove outdated maintainer information X-Git-Tag: v4.19-rc1~47^2~3^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e89549a596b3b039e8fbac487452d0988943444c;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/arch/arm/mach-exynos/exynos.c b/arch/arm/mach-exynos/exynos.c index f4b6c93a7fd07..865dcc4c3181a 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 */ - /* Maintainer: Kukjin Kim */ .l2c_aux_val = 0x3c400001, .l2c_aux_mask = 0xc20fffff, .smp = smp_ops(exynos_smp_ops),