mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 01:34:14 +08:00
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:
parent
ff1269cb3d
commit
8c97e2f390
@ -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>
|
||||||
|
|
||||||
|
@ -1,10 +1,8 @@
|
|||||||
/* 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 @@
|
|||||||
#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 @@
|
|||||||
#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 @@
|
|||||||
#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 @@
|
|||||||
#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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user