diff options
Diffstat (limited to 'drivers/scsi/atari_scsi.c')
-rw-r--r-- | drivers/scsi/atari_scsi.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/scsi/atari_scsi.c b/drivers/scsi/atari_scsi.c index 0e3a9cc40c94..48fabebdbbb0 100644 --- a/drivers/scsi/atari_scsi.c +++ b/drivers/scsi/atari_scsi.c | |||
@@ -93,7 +93,6 @@ | |||
93 | #include <asm/irq.h> | 93 | #include <asm/irq.h> |
94 | #include <asm/traps.h> | 94 | #include <asm/traps.h> |
95 | 95 | ||
96 | #include "scsi.h" | ||
97 | #include <scsi/scsi_host.h> | 96 | #include <scsi/scsi_host.h> |
98 | #include "atari_scsi.h" | 97 | #include "atari_scsi.h" |
99 | #include "NCR5380.h" | 98 | #include "NCR5380.h" |
@@ -880,7 +879,7 @@ static long atari_scsi_dma_residual(struct Scsi_Host *instance) | |||
880 | #define CMD_SURELY_BYTE_MODE 1 | 879 | #define CMD_SURELY_BYTE_MODE 1 |
881 | #define CMD_MODE_UNKNOWN 2 | 880 | #define CMD_MODE_UNKNOWN 2 |
882 | 881 | ||
883 | static int falcon_classify_cmd(Scsi_Cmnd *cmd) | 882 | static int falcon_classify_cmd(struct scsi_cmnd *cmd) |
884 | { | 883 | { |
885 | unsigned char opcode = cmd->cmnd[0]; | 884 | unsigned char opcode = cmd->cmnd[0]; |
886 | 885 | ||
@@ -912,7 +911,7 @@ static int falcon_classify_cmd(Scsi_Cmnd *cmd) | |||
912 | */ | 911 | */ |
913 | 912 | ||
914 | static unsigned long atari_dma_xfer_len(unsigned long wanted_len, | 913 | static unsigned long atari_dma_xfer_len(unsigned long wanted_len, |
915 | Scsi_Cmnd *cmd, int write_flag) | 914 | struct scsi_cmnd *cmd, int write_flag) |
916 | { | 915 | { |
917 | unsigned long possible_len, limit; | 916 | unsigned long possible_len, limit; |
918 | 917 | ||