diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-12 16:41:54 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-12 16:41:54 -0400 |
commit | 2f41fc806434f8466bb361570589a3f6099ca65d (patch) | |
tree | a8ca0d40bf1df9f2edbd9f833376474ae1a95622 | |
parent | 0806ca2ab3ef7d7a1bd41a980f661a13ba11acb5 (diff) | |
parent | 70e8992ec771793e18d33d3a6f2247e558baf6ac (diff) |
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
* master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart:
[AGPGART] Hand off AGP maintainence.
-rw-r--r-- | MAINTAINERS | 7 | ||||
-rw-r--r-- | drivers/char/agp/backend.c | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index b2c541591e4f..228a45b8dc62 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -315,10 +315,9 @@ M: zippel@linux-m68k.org | |||
315 | S: Maintained | 315 | S: Maintained |
316 | 316 | ||
317 | AGPGART DRIVER | 317 | AGPGART DRIVER |
318 | P: Dave Jones | 318 | P: David Airlie |
319 | M: davej@codemonkey.org.uk | 319 | M: airlied@linux.ie |
320 | W: http://www.codemonkey.org.uk/projects/agp/ | 320 | T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git |
321 | T: git kernel.org:/pub/scm/linux/kernel/git/davej/agpgart.git | ||
322 | S: Maintained | 321 | S: Maintained |
323 | 322 | ||
324 | AHA152X SCSI DRIVER | 323 | AHA152X SCSI DRIVER |
diff --git a/drivers/char/agp/backend.c b/drivers/char/agp/backend.c index ebdd6dd66edb..1b47c89a1b99 100644 --- a/drivers/char/agp/backend.c +++ b/drivers/char/agp/backend.c | |||
@@ -321,7 +321,7 @@ EXPORT_SYMBOL(agp_try_unsupported_boot); | |||
321 | static int __init agp_init(void) | 321 | static int __init agp_init(void) |
322 | { | 322 | { |
323 | if (!agp_off) | 323 | if (!agp_off) |
324 | printk(KERN_INFO "Linux agpgart interface v%d.%d (c) Dave Jones\n", | 324 | printk(KERN_INFO "Linux agpgart interface v%d.%d\n", |
325 | AGPGART_VERSION_MAJOR, AGPGART_VERSION_MINOR); | 325 | AGPGART_VERSION_MAJOR, AGPGART_VERSION_MINOR); |
326 | return 0; | 326 | return 0; |
327 | } | 327 | } |