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: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Reviewed-by: Himanshu Madhani <himanshu.madhani@oracle.com>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
Bart Van Assche 2022-02-18 11:50:37 -08:00 committed by Martin K. Petersen
parent ff1269cb3d
commit 8c97e2f390
6 changed files with 6 additions and 8 deletions

View File

@ -136,7 +136,7 @@
#include <scsi/scsi_transport_spi.h>
#include "acornscsi.h"
#include "msgqueue.h"
#include "scsi.h"
#include "arm_scsi.h"
#include <scsi/scsicam.h>

View File

@ -1,10 +1,8 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* linux/drivers/acorn/scsi/scsi.h
*
* Copyright (C) 2002 Russell King
*
* Commonly used scsi driver functions.
* Commonly used functions by the ARM SCSI-II drivers.
*/
#include <linux/scatterlist.h>

View File

@ -36,7 +36,7 @@
#include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h>
#include "fas216.h"
#include "scsi.h"
#include "arm_scsi.h"
#include <scsi/scsicam.h>

View File

@ -42,7 +42,7 @@
#include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h>
#include "fas216.h"
#include "scsi.h"
#include "arm_scsi.h"
#include <scsi/scsicam.h>

View File

@ -55,7 +55,7 @@
#include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h>
#include "fas216.h"
#include "scsi.h"
#include "arm_scsi.h"
/* NOTE: SCSI2 Synchronous transfers *require* DMA according to
* the data sheet. This restriction is crazy, especially when

View File

@ -27,7 +27,7 @@
#include <scsi/scsi_host.h>
#include <scsi/scsi_tcq.h>
#include "fas216.h"
#include "scsi.h"
#include "arm_scsi.h"
#include <scsi/scsicam.h>