diff options
author | FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp> | 2008-03-02 04:30:16 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-04-07 13:15:41 -0400 |
commit | 9e603ca06a538ba6eae29f9785aa47bc53920a15 (patch) | |
tree | 168102519e6088903691faf70acca1b7331e7957 /drivers/scsi/scsi_debug.h | |
parent | 9ff26eefd4f19051ce13bbba6847871626680e91 (diff) |
[SCSI] scsi_debug: remove scsi_debug.h
scsi_debug.h just incldues some function declarations. This patch removes it
with moving the scsi_host_template.
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
Acked-by: Douglas Gilbert <dougg@torque.net>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
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 | ||