Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e744fdea authored by Boaz Harrosh's avatar Boaz Harrosh Committed by Linus Torvalds
Browse files

scsi_mac.h: Define AUTOSENSE before include of NCR5380.h



  - Previese patch to NCR5380 broke scsi_mac because
    AUTOSENSE was defined after the inclusion of
    NCR5380.h. Fix it

Signed-off-by: default avatarBoaz Harrosh <bharrosh@panasas.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent a56daeb7
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -53,6 +53,11 @@
#include "scsi.h"
#include <scsi/scsi_host.h>
#include "mac_scsi.h"

/* These control the behaviour of the generic 5380 core */
#define AUTOSENSE
#define PSEUDO_DMA

#include "NCR5380.h"

#if 0
@@ -571,10 +576,6 @@ static int macscsi_pwrite (struct Scsi_Host *instance,
}


/* These control the behaviour of the generic 5380 core */
#define AUTOSENSE
#define PSEUDO_DMA

#include "NCR5380.c"

static struct scsi_host_template driver_template = {