]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/scsi/osst.c
Merge remote-tracking branches 'asoc/fix/nau8825', 'asoc/fix/rt5645', 'asoc/fix/tlv32...
[karo-tx-linux.git] / drivers / scsi / osst.c
index 5033223f6287703c3f74b8eb5b8048d37845b44a..e8196c55b633bcedb6cb6f52e2badf5e2867c164 100644 (file)
@@ -52,7 +52,7 @@ static const char * osst_version = "0.99.4";
 #include <linux/delay.h>
 #include <linux/jiffies.h>
 #include <linux/mutex.h>
-#include <asm/uaccess.h>
+#include <linux/uaccess.h>
 #include <asm/dma.h>
 
 /* The driver prints some debugging information on the console if DEBUG
@@ -368,7 +368,7 @@ static int osst_execute(struct osst_request *SRpnt, const unsigned char *cmd,
                return DRIVER_ERROR << 24;
 
        blk_rq_set_block_pc(req);
-       req->cmd_flags |= REQ_QUIET;
+       req->rq_flags |= RQF_QUIET;
 
        SRpnt->bio = NULL;