diff options
-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 | /* |