summaryrefslogtreecommitdiffstats
path: root/Documentation/driver-api/scsi.rst
diff options
context:
space:
mode:
authorChristoph Hellwig2018-03-19 08:37:53 +0100
committerMartin K. Petersen2018-03-20 03:54:47 +0100
commit83c9f08e6c6a6dc668384882de4dcf5ef4ae0ba7 (patch)
tree6751b9993669a3ac2739378d3a5c1a3c00910de2 /Documentation/driver-api/scsi.rst
parentscsi: remove the sym53c416 driver (diff)
downloadkernel-qcow2-linux-83c9f08e6c6a6dc668384882de4dcf5ef4ae0ba7.tar.gz
kernel-qcow2-linux-83c9f08e6c6a6dc668384882de4dcf5ef4ae0ba7.tar.xz
kernel-qcow2-linux-83c9f08e6c6a6dc668384882de4dcf5ef4ae0ba7.zip
scsi: remove the old scsi_module.c initialization model
After more than 15 years all users of this legacy interface are finally gone. Rest in peace! Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
Diffstat (limited to 'Documentation/driver-api/scsi.rst')
-rw-r--r--Documentation/driver-api/scsi.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/Documentation/driver-api/scsi.rst b/Documentation/driver-api/scsi.rst
index 3ae337929721..31ad0fed6763 100644
--- a/Documentation/driver-api/scsi.rst
+++ b/Documentation/driver-api/scsi.rst
@@ -154,12 +154,6 @@ lists).
.. kernel-doc:: drivers/scsi/scsi_lib_dma.c
:export:
-drivers/scsi/scsi_module.c
-~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-The file drivers/scsi/scsi_module.c contains legacy support for
-old-style host templates. It should never be used by any new driver.
-
drivers/scsi/scsi_proc.c
~~~~~~~~~~~~~~~~~~~~~~~~~