aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390
diff options
context:
space:
mode:
authorHeiko Carstens <heiko.carstens@de.ibm.com>2012-09-14 06:30:10 -0400
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2012-09-26 09:45:20 -0400
commit0e37b0cbb8edf64dc87ae95831c177db6c6d3b5c (patch)
tree9fd3e1d68ae1da6b92ccae5c245c75e43748aeb8 /drivers/s390
parentc80773e5a24df5f0604ed796b56edd8a14dbcce7 (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.h1
-rw-r--r--drivers/s390/char/tape_std.h4
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);
100void tape_std_read_backward(struct tape_device *device, 100void tape_std_read_backward(struct tape_device *device,
101 struct tape_request *request); 101 struct tape_request *request);
102struct tape_request *tape_std_write_block(struct tape_device *, size_t); 102struct tape_request *tape_std_write_block(struct tape_device *, size_t);
103struct tape_request *tape_std_bread(struct tape_device *, struct request *);
104void tape_std_free_bread(struct tape_request *);
105void tape_std_check_locate(struct tape_device *, struct tape_request *); 103void tape_std_check_locate(struct tape_device *, struct tape_request *);
106struct tape_request *tape_std_bwrite(struct request *,
107 struct tape_device *, int);
108 104
109/* Some non-mtop commands. */ 105/* Some non-mtop commands. */
110int tape_std_assign(struct tape_device *); 106int tape_std_assign(struct tape_device *);