diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-18 14:25:31 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-18 14:25:31 -0400 |
commit | 2cca775baecbfede2fec20c99add709232311fe7 (patch) | |
tree | b0eefe80881d263ba7976174144ae4e9cf238425 /drivers/scsi/scsi_debug.h | |
parent | eddeb0e2d863e3941d8768e70cb50c6120e61fa0 (diff) | |
parent | 94795b61e84994a3b058f92d041d1fb3d869c7d5 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
* git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6: (137 commits)
[SCSI] iscsi: bidi support for iscsi_tcp
[SCSI] iscsi: bidi support at the generic libiscsi level
[SCSI] iscsi: extended cdb support
[SCSI] zfcp: Fix error handling for blocked unit for send FCP command
[SCSI] zfcp: Remove zfcp_erp_wait from slave destory handler to fix deadlock
[SCSI] zfcp: fix 31 bit compile warnings
[SCSI] bsg: no need to set BSG_F_BLOCK bit in bsg_complete_all_commands
[SCSI] bsg: remove minor in struct bsg_device
[SCSI] bsg: use better helper list functions
[SCSI] bsg: replace kobject_get with blk_get_queue
[SCSI] bsg: takes a ref to struct device in fops->open
[SCSI] qla1280: remove version check
[SCSI] libsas: fix endianness bug in sas_ata
[SCSI] zfcp: fix compiler warning caused by poking inside new semaphore (linux-next)
[SCSI] aacraid: Do not describe check_reset parameter with its value
[SCSI] aacraid: Fix down_interruptible() to check the return value
[SCSI] sun3_scsi_vme: add MODULE_LICENSE
[SCSI] st: rename flush_write_buffer()
[SCSI] tgt: use KMEM_CACHE macro
[SCSI] initio: fix big endian problems for auto request sense
...
Diffstat (limited to 'drivers/scsi/scsi_debug.h')
-rw-r--r-- | drivers/scsi/scsi_debug.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/drivers/scsi/scsi_debug.h b/drivers/scsi/scsi_debug.h deleted file mode 100644 index 965dd5e760c1..000000000000 --- a/drivers/scsi/scsi_debug.h +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
1 | #ifndef _SCSI_DEBUG_H | ||
2 | |||
3 | #include <linux/types.h> | ||
4 | |||
5 | static int scsi_debug_slave_alloc(struct scsi_device *); | ||
6 | static int scsi_debug_slave_configure(struct scsi_device *); | ||
7 | static void scsi_debug_slave_destroy(struct scsi_device *); | ||
8 | static int scsi_debug_queuecommand(struct scsi_cmnd *, | ||
9 | void (*done) (struct scsi_cmnd *)); | ||
10 | static int scsi_debug_ioctl(struct scsi_device *, int, void __user *); | ||
11 | static int scsi_debug_biosparam(struct scsi_device *, struct block_device *, | ||
12 | sector_t, int[]); | ||
13 | static int scsi_debug_abort(struct scsi_cmnd *); | ||
14 | static int scsi_debug_bus_reset(struct scsi_cmnd *); | ||
15 | static int scsi_debug_device_reset(struct scsi_cmnd *); | ||
16 | static int scsi_debug_host_reset(struct scsi_cmnd *); | ||
17 | static int scsi_debug_proc_info(struct Scsi_Host *, char *, char **, off_t, int, int); | ||
18 | static const char * scsi_debug_info(struct Scsi_Host *); | ||
19 | |||
20 | #define SCSI_DEBUG_CANQUEUE 255 /* needs to be >= 1 */ | ||
21 | |||
22 | #define SCSI_DEBUG_MAX_CMD_LEN 16 | ||
23 | |||
24 | #endif | ||