]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
sky2: email and version change.
authorStephen Hemminger <shemminger@linux-foundation.org>
Mon, 26 Feb 2007 00:54:54 +0000 (01:54 +0100)
committerAdrian Bunk <bunk@stusta.de>
Mon, 26 Feb 2007 00:54:54 +0000 (01:54 +0100)
Put in new email address.

Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/sky2.c

index 34ae40c48309f8cfbb769912587e0a7086883ecf..7c3a90354a70754d10fcb20e0b5af41956cc5a72 100644 (file)
@@ -6,7 +6,7 @@
  * of the original driver such as link fail-over and link management because
  * those should be done at higher levels.
  *
- * Copyright (C) 2005 Stephen Hemminger <shemminger@osdl.org>
+ * Copyright (C) 2005 Stephen Hemminger <shemminger@linux-foundation.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -51,7 +51,7 @@
 #include "sky2.h"
 
 #define DRV_NAME               "sky2"
-#define DRV_VERSION            "0.15"
+#define DRV_VERSION            "0.15.1"
 #define PFX                    DRV_NAME " "
 
 /*
@@ -3481,6 +3481,6 @@ module_init(sky2_init_module);
 module_exit(sky2_cleanup_module);
 
 MODULE_DESCRIPTION("Marvell Yukon 2 Gigabit Ethernet driver");
-MODULE_AUTHOR("Stephen Hemminger <shemminger@osdl.org>");
+MODULE_AUTHOR("Stephen Hemminger <shemminger@linux-foundation.org>");
 MODULE_LICENSE("GPL");
 MODULE_VERSION(DRV_VERSION);