Add the driver inside MAINTAINERS file and fill the driver's Copyright information.
Signed-off-by: Mauro Carvalho Chehab <[email protected]> --- MAINTAINERS | 7 +++++++ drivers/edac/ghes_edac.c | 11 +++++++++++ 2 files changed, 18 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 35a56bc..889644d 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2803,6 +2803,13 @@ W: bluesmoke.sourceforge.net S: Maintained F: drivers/edac/e7xxx_edac.c +EDAC-GHES +M: Mauro Carvalho Chehab <[email protected]> +L: [email protected] +W: bluesmoke.sourceforge.net +S: Maintained +F: drivers/edac/ghes-edac.c + EDAC-I82443BXGX M: Tim Small <[email protected]> L: [email protected] diff --git a/drivers/edac/ghes_edac.c b/drivers/edac/ghes_edac.c index 565c516..ef54829 100644 --- a/drivers/edac/ghes_edac.c +++ b/drivers/edac/ghes_edac.c @@ -1,3 +1,14 @@ +/* + * GHES/EDAC Linux driver + * + * This file may be distributed under the terms of the GNU General Public + * License version 2. + * + * Copyright (c) 2013 by Mauro Carvalho Chehab <[email protected]> + * + * Red Hat Inc. http://www.redhat.com + */ + #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt #include <acpi/ghes.h> -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

