aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/e1000e/netdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/e1000e/netdev.c')
-rw-r--r--drivers/net/e1000e/netdev.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/e1000e/netdev.c b/drivers/net/e1000e/netdev.c
index f296f6f32a36..77747c760644 100644
--- a/drivers/net/e1000e/netdev.c
+++ b/drivers/net/e1000e/netdev.c
@@ -1,7 +1,7 @@
1/******************************************************************************* 1/*******************************************************************************
2 2
3 Intel PRO/1000 Linux driver 3 Intel PRO/1000 Linux driver
4 Copyright(c) 1999 - 2009 Intel Corporation. 4 Copyright(c) 1999 - 2010 Intel Corporation.
5 5
6 This program is free software; you can redistribute it and/or modify it 6 This program is free software; you can redistribute it and/or modify it
7 under the terms and conditions of the GNU General Public License, 7 under the terms and conditions of the GNU General Public License,
@@ -6028,7 +6028,7 @@ static int __init e1000_init_module(void)
6028 int ret; 6028 int ret;
6029 pr_info("Intel(R) PRO/1000 Network Driver - %s\n", 6029 pr_info("Intel(R) PRO/1000 Network Driver - %s\n",
6030 e1000e_driver_version); 6030 e1000e_driver_version);
6031 pr_info("Copyright (c) 1999 - 2009 Intel Corporation.\n"); 6031 pr_info("Copyright (c) 1999 - 2010 Intel Corporation.\n");
6032 ret = pci_register_driver(&e1000_driver); 6032 ret = pci_register_driver(&e1000_driver);
6033 6033
6034 return ret; 6034 return ret;