scsi: move scsicam_bios_param to the end of scsicam.c
authorChristoph Hellwig <hch@lst.de>
Tue, 24 Mar 2020 07:25:16 +0000 (08:25 +0100)
committerJens Axboe <axboe@kernel.dk>
Tue, 24 Mar 2020 13:57:07 +0000 (07:57 -0600)
commit26ae3533a0e666052afdf4cb6010a0d594c0e3f4
tree50f3736f128a1d04c4074e3e6d3a3e0314f66fc7
parente63105df8fa1c87bdec4fb82ca7b121f139da221
scsi: move scsicam_bios_param to the end of scsicam.c

This avoids the need for a forward declaration and generally keeps the
file in the lower level first, high level last order.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/scsi/scsicam.c