Commit 8c97e2f3 authored by Bart Van Assche's avatar Bart Van Assche Committed by Martin K. Petersen

scsi: arm: Rename arm/scsi.h into arm/arm_scsi.h

The new name makes the purpose of this header file more clear and also
makes it easier to find this header file with grep.

Link: https://lore.kernel.org/r/20220218195117.25689-10-bvanassche@acm.org
Cc: Russell King <linux@armlinux.org.uk>
Reviewed-by: default avatarJohannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: default avatarHimanshu Madhani <himanshu.madhani@oracle.com>
Reviewed-by: default avatarHannes Reinecke <hare@suse.de>
Signed-off-by: default avatarBart Van Assche <bvanassche@acm.org>
Signed-off-by: default avatarMartin K. Petersen <martin.petersen@oracle.com>
parent ff1269cb
...@@ -136,7 +136,7 @@ ...@@ -136,7 +136,7 @@
#include <scsi/scsi_transport_spi.h> #include <scsi/scsi_transport_spi.h>
#include "acornscsi.h" #include "acornscsi.h"
#include "msgqueue.h" #include "msgqueue.h"
#include "scsi.h" #include "arm_scsi.h"
#include <scsi/scsicam.h> #include <scsi/scsicam.h>
......
/* SPDX-License-Identifier: GPL-2.0-only */ /* SPDX-License-Identifier: GPL-2.0-only */
/* /*
* linux/drivers/acorn/scsi/scsi.h
*
* Copyright (C) 2002 Russell King * Copyright (C) 2002 Russell King
* *
* Commonly used scsi driver functions. * Commonly used functions by the ARM SCSI-II drivers.
*/ */
#include <linux/scatterlist.h> #include <linux/scatterlist.h>
......
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
#include <scsi/scsi_host.h> #include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h> #include <scsi/scsi_tcq.h>
#include "fas216.h" #include "fas216.h"
#include "scsi.h" #include "arm_scsi.h"
#include <scsi/scsicam.h> #include <scsi/scsicam.h>
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
#include <scsi/scsi_host.h> #include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h> #include <scsi/scsi_tcq.h>
#include "fas216.h" #include "fas216.h"
#include "scsi.h" #include "arm_scsi.h"
#include <scsi/scsicam.h> #include <scsi/scsicam.h>
......
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
#include <scsi/scsi_host.h> #include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h> #include <scsi/scsi_tcq.h>
#include "fas216.h" #include "fas216.h"
#include "scsi.h" #include "arm_scsi.h"
/* NOTE: SCSI2 Synchronous transfers *require* DMA according to /* NOTE: SCSI2 Synchronous transfers *require* DMA according to
* the data sheet. This restriction is crazy, especially when * the data sheet. This restriction is crazy, especially when
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <scsi/scsi_host.h> #include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h> #include <scsi/scsi_tcq.h>
#include "fas216.h" #include "fas216.h"
#include "scsi.h" #include "arm_scsi.h"
#include <scsi/scsicam.h> #include <scsi/scsicam.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment