diff options
author | Borislav Petkov <petkovbb@googlemail.com> | 2008-02-05 20:57:55 -0500 |
---|---|---|
committer | Bartlomiej Zolnierkiewicz <bzolnier@gmail.com> | 2008-02-05 20:57:55 -0500 |
commit | dfe799364e7a500389559e1dcd331d995cdc18ea (patch) | |
tree | 735946a9b70f69d8f1fb4df911cedff5c6f36524 /drivers/ide/ide-tape.c | |
parent | 5a04cfa911f9c3c648240bd95002479d83619260 (diff) |
ide-tape: bump minor driver version
Signed-off-by: Borislav Petkov <petkovbb@gmail.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
Diffstat (limited to 'drivers/ide/ide-tape.c')
-rw-r--r-- | drivers/ide/ide-tape.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ide/ide-tape.c b/drivers/ide/ide-tape.c index 11e1383150d9..49dd2e7bae7a 100644 --- a/drivers/ide/ide-tape.c +++ b/drivers/ide/ide-tape.c | |||
@@ -15,7 +15,7 @@ | |||
15 | * Documentation/ide/ChangeLog.ide-tape.1995-2002 | 15 | * Documentation/ide/ChangeLog.ide-tape.1995-2002 |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #define IDETAPE_VERSION "1.19" | 18 | #define IDETAPE_VERSION "1.20" |
19 | 19 | ||
20 | #include <linux/module.h> | 20 | #include <linux/module.h> |
21 | #include <linux/types.h> | 21 | #include <linux/types.h> |