aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/ide/ide-floppy.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/ide/ide-floppy.c b/drivers/ide/ide-floppy.c
index 864ccd1caba4..f8fe6ee128f3 100644
--- a/drivers/ide/ide-floppy.c
+++ b/drivers/ide/ide-floppy.c
@@ -5,9 +5,6 @@
5 * Copyright (C) 2000-2002 Paul Bristow <paul@paulbristow.net> 5 * Copyright (C) 2000-2002 Paul Bristow <paul@paulbristow.net>
6 * Copyright (C) 2005 Bartlomiej Zolnierkiewicz 6 * Copyright (C) 2005 Bartlomiej Zolnierkiewicz
7 * 7 *
8 * The driver currently doesn't have any fancy features, just the bare
9 * minimum read/write support.
10 *
11 * This driver supports the following IDE floppy drives: 8 * This driver supports the following IDE floppy drives:
12 * 9 *
13 * LS-120/240 SuperDisk 10 * LS-120/240 SuperDisk
@@ -18,7 +15,7 @@
18 * Documentation/ide/ChangeLog.ide-floppy.1996-2002 15 * Documentation/ide/ChangeLog.ide-floppy.1996-2002
19 */ 16 */
20 17
21#define IDEFLOPPY_VERSION "0.99.newide" 18#define IDEFLOPPY_VERSION "1.00"
22 19
23#include <linux/module.h> 20#include <linux/module.h>
24#include <linux/types.h> 21#include <linux/types.h>