diff options
author | John Crispin <john@phrozen.org> | 2016-05-05 09:57:56 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-05-13 14:02:18 +0200 |
commit | 97b921087fa76b1b0b2a20ae70d0e8b6d394c4ea (patch) | |
tree | d3958238b56d0153e325e7660657ae2ed9cd7315 /arch/mips/ralink/timer.c | |
parent | bdb40e8e8874476ad3396e96470639575416245c (diff) | |
download | op-kernel-dev-97b921087fa76b1b0b2a20ae70d0e8b6d394c4ea.zip op-kernel-dev-97b921087fa76b1b0b2a20ae70d0e8b6d394c4ea.tar.gz |
MIPS: Change my email address
The old address is no longer valid. Use the my new one instead.
Signed-off-by: John Crispin <john@phrozen.org>
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/13201/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/ralink/timer.c')
-rw-r--r-- | arch/mips/ralink/timer.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/ralink/timer.c b/arch/mips/ralink/timer.c index 82c72a1..b0343ff 100644 --- a/arch/mips/ralink/timer.c +++ b/arch/mips/ralink/timer.c @@ -3,7 +3,7 @@ * under the terms of the GNU General Public License version 2 as published * by the Free Software Foundation. * - * Copyright (C) 2013 John Crispin <blogic@openwrt.org> + * Copyright (C) 2013 John Crispin <john@phrozen.org> */ #include <linux/module.h> @@ -180,5 +180,5 @@ static struct platform_driver rt_timer_driver = { module_platform_driver(rt_timer_driver); MODULE_DESCRIPTION("Ralink RT2880 timer"); -MODULE_AUTHOR("John Crispin <blogic@openwrt.org"); +MODULE_AUTHOR("John Crispin <john@phrozen.org"); MODULE_LICENSE("GPL"); |