Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Bart Van Assche and committed by
Martin K. Petersen
8c97e2f3 ff1269cb

+6 -8
+1 -1
drivers/scsi/arm/acornscsi.c
··· 136 136 #include <scsi/scsi_transport_spi.h> 137 137 #include "acornscsi.h" 138 138 #include "msgqueue.h" 139 - #include "scsi.h" 139 + #include "arm_scsi.h" 140 140 141 141 #include <scsi/scsicam.h> 142 142
+1 -1
drivers/scsi/arm/cumana_2.c
··· 36 36 #include <scsi/scsi_host.h> 37 37 #include <scsi/scsi_tcq.h> 38 38 #include "fas216.h" 39 - #include "scsi.h" 39 + #include "arm_scsi.h" 40 40 41 41 #include <scsi/scsicam.h> 42 42
+1 -1
drivers/scsi/arm/eesox.c
··· 42 42 #include <scsi/scsi_host.h> 43 43 #include <scsi/scsi_tcq.h> 44 44 #include "fas216.h" 45 - #include "scsi.h" 45 + #include "arm_scsi.h" 46 46 47 47 #include <scsi/scsicam.h> 48 48
+1 -1
drivers/scsi/arm/fas216.c
··· 55 55 #include <scsi/scsi_host.h> 56 56 #include <scsi/scsi_tcq.h> 57 57 #include "fas216.h" 58 - #include "scsi.h" 58 + #include "arm_scsi.h" 59 59 60 60 /* NOTE: SCSI2 Synchronous transfers *require* DMA according to 61 61 * the data sheet. This restriction is crazy, especially when
+1 -1
drivers/scsi/arm/powertec.c
··· 27 27 #include <scsi/scsi_host.h> 28 28 #include <scsi/scsi_tcq.h> 29 29 #include "fas216.h" 30 - #include "scsi.h" 30 + #include "arm_scsi.h" 31 31 32 32 #include <scsi/scsicam.h> 33 33
+1 -3
drivers/scsi/arm/scsi.h drivers/scsi/arm/arm_scsi.h
··· 1 1 /* SPDX-License-Identifier: GPL-2.0-only */ 2 2 /* 3 - * linux/drivers/acorn/scsi/scsi.h 4 - * 5 3 * Copyright (C) 2002 Russell King 6 4 * 7 - * Commonly used scsi driver functions. 5 + * Commonly used functions by the ARM SCSI-II drivers. 8 6 */ 9 7 10 8 #include <linux/scatterlist.h>