diff options
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/agp/backend.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 | } |