Commit 6a1c34f4 authored by Greg Ungerer's avatar Greg Ungerer Committed by Greg Kroah-Hartman

serial: mcf: change email address to gerg@uclinux.org

Change my email contact address from the obsolete gerg@snapgear.com to
gerg@uclinux.org.
Signed-off-by: default avatarGreg Ungerer <gerg@uclinux.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b7392d22
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
/* /*
* mcf.c -- Freescale ColdFire UART driver * mcf.c -- Freescale ColdFire UART driver
* *
* (C) Copyright 2003-2007, Greg Ungerer <gerg@snapgear.com> * (C) Copyright 2003-2007, Greg Ungerer <gerg@uclinux.org>
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by * it under the terms of the GNU General Public License as published by
...@@ -702,7 +702,7 @@ static void __exit mcf_exit(void) ...@@ -702,7 +702,7 @@ static void __exit mcf_exit(void)
module_init(mcf_init); module_init(mcf_init);
module_exit(mcf_exit); module_exit(mcf_exit);
MODULE_AUTHOR("Greg Ungerer <gerg@snapgear.com>"); MODULE_AUTHOR("Greg Ungerer <gerg@uclinux.org>");
MODULE_DESCRIPTION("Freescale ColdFire UART driver"); MODULE_DESCRIPTION("Freescale ColdFire UART driver");
MODULE_LICENSE("GPL"); MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:mcfuart"); MODULE_ALIAS("platform:mcfuart");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment