diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2012-09-14 06:30:10 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-09-26 09:45:20 -0400 |
commit | 0e37b0cbb8edf64dc87ae95831c177db6c6d3b5c (patch) | |
tree | 9fd3e1d68ae1da6b92ccae5c245c75e43748aeb8 /drivers/s390 | |
parent | c80773e5a24df5f0604ed796b56edd8a14dbcce7 (diff) |
s390/tape: remove even more tape block leftovers
Fix this compile error:
In file included from drivers/s390/char/tape_core.c:29:0:
drivers/s390/char/tape_std.h:103:66: warning: ‘struct request’ declared inside parameter list [enabled by default]
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/char/tape.h | 1 | ||||
-rw-r--r-- | drivers/s390/char/tape_std.h | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/drivers/s390/char/tape.h b/drivers/s390/char/tape.h index c06be6cc2fc..ea664dd4f56 100644 --- a/drivers/s390/char/tape.h +++ b/drivers/s390/char/tape.h | |||
@@ -15,7 +15,6 @@ | |||
15 | #include <asm/ccwdev.h> | 15 | #include <asm/ccwdev.h> |
16 | #include <asm/debug.h> | 16 | #include <asm/debug.h> |
17 | #include <asm/idals.h> | 17 | #include <asm/idals.h> |
18 | #include <linux/blkdev.h> | ||
19 | #include <linux/kernel.h> | 18 | #include <linux/kernel.h> |
20 | #include <linux/module.h> | 19 | #include <linux/module.h> |
21 | #include <linux/mtio.h> | 20 | #include <linux/mtio.h> |
diff --git a/drivers/s390/char/tape_std.h b/drivers/s390/char/tape_std.h index c5816ad9ed7..8c760c03683 100644 --- a/drivers/s390/char/tape_std.h +++ b/drivers/s390/char/tape_std.h | |||
@@ -100,11 +100,7 @@ struct tape_request *tape_std_read_block(struct tape_device *, size_t); | |||
100 | void tape_std_read_backward(struct tape_device *device, | 100 | void tape_std_read_backward(struct tape_device *device, |
101 | struct tape_request *request); | 101 | struct tape_request *request); |
102 | struct tape_request *tape_std_write_block(struct tape_device *, size_t); | 102 | struct tape_request *tape_std_write_block(struct tape_device *, size_t); |
103 | struct tape_request *tape_std_bread(struct tape_device *, struct request *); | ||
104 | void tape_std_free_bread(struct tape_request *); | ||
105 | void tape_std_check_locate(struct tape_device *, struct tape_request *); | 103 | void tape_std_check_locate(struct tape_device *, struct tape_request *); |
106 | struct tape_request *tape_std_bwrite(struct request *, | ||
107 | struct tape_device *, int); | ||
108 | 104 | ||
109 | /* Some non-mtop commands. */ | 105 | /* Some non-mtop commands. */ |
110 | int tape_std_assign(struct tape_device *); | 106 | int tape_std_assign(struct tape_device *); |