diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-01-30 14:38:01 -0500 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2006-02-07 02:00:36 -0500 |
commit | fa8d3549b591b6da943bad2928f994de07eaecef (patch) | |
tree | 0d12dcf9228a4cd9523e4e60358a8b1b01292255 /drivers | |
parent | 4d52b48b43d0d1d5959fa722ee0046e3542e5e1b (diff) |
[PATCH] sky2: version 0.15 update
Increase version, and get rid of out-dated comment.
Speed setting has worked for quite a while.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/sky2.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/drivers/net/sky2.c b/drivers/net/sky2.c index 8ed4bd17c0cf..cae2edf23004 100644 --- a/drivers/net/sky2.c +++ b/drivers/net/sky2.c | |||
@@ -23,11 +23,6 @@ | |||
23 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. | 23 | * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. |
24 | */ | 24 | */ |
25 | 25 | ||
26 | /* | ||
27 | * TOTEST | ||
28 | * - speed setting | ||
29 | */ | ||
30 | |||
31 | #include <linux/config.h> | 26 | #include <linux/config.h> |
32 | #include <linux/crc32.h> | 27 | #include <linux/crc32.h> |
33 | #include <linux/kernel.h> | 28 | #include <linux/kernel.h> |
@@ -56,7 +51,7 @@ | |||
56 | #include "sky2.h" | 51 | #include "sky2.h" |
57 | 52 | ||
58 | #define DRV_NAME "sky2" | 53 | #define DRV_NAME "sky2" |
59 | #define DRV_VERSION "0.13" | 54 | #define DRV_VERSION "0.15" |
60 | #define PFX DRV_NAME " " | 55 | #define PFX DRV_NAME " " |
61 | 56 | ||
62 | /* | 57 | /* |