aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/igb/igb_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/igb/igb_main.c b/drivers/net/igb/igb_main.c
index 88f8925b2d85..a55fa1708baa 100644
--- a/drivers/net/igb/igb_main.c
+++ b/drivers/net/igb/igb_main.c
@@ -55,7 +55,7 @@ char igb_driver_name[] = "igb";
55char igb_driver_version[] = DRV_VERSION; 55char igb_driver_version[] = DRV_VERSION;
56static const char igb_driver_string[] = 56static const char igb_driver_string[] =
57 "Intel(R) Gigabit Ethernet Network Driver"; 57 "Intel(R) Gigabit Ethernet Network Driver";
58static const char igb_copyright[] = "Copyright (c) 2007-2009 Intel Corporation."; 58static const char igb_copyright[] = "Copyright (c) 2007-2011 Intel Corporation.";
59 59
60static const struct e1000_info *igb_info_tbl[] = { 60static const struct e1000_info *igb_info_tbl[] = {
61 [board_82575] = &e1000_82575_info, 61 [board_82575] = &e1000_82575_info,