Messages in this thread Patch in this message |  | | From | Eric Anholt <> | Subject | [PATCH] Remove attribution section, which is unnecessary with revision control. | Date | Tue, 05 Sep 2006 10:37:35 -0700 |
| |
diff --git a/drivers/char/agp/intel-agp.c b/drivers/char/agp/intel-agp.c index e643445..4ad5a03 100644 --- a/drivers/char/agp/intel-agp.c +++ b/drivers/char/agp/intel-agp.c @@ -2,20 +2,6 @@ * Intel AGPGART routines. */ -/* - * Intel(R) 855GM/852GM and 865G support added by David Dawes - * <dawes@tungstengraphics.com>. - * - * Intel(R) 915G/915GM support added by Alan Hourihane - * <alanh@tungstengraphics.com>. - * - * Intel(R) 945G/945GM support added by Alan Hourihane - * <alanh@tungstengraphics.com>. - * - * Intel(R) 946GZ/965Q/965G support added by Alan Hourihane - * <alanh@tungstengraphics.com>. - */ - #include <linux/module.h> #include <linux/pci.h> #include <linux/init.h> -- 1.4.1 - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |