scsi: qla2xxx: Reduce the number of forward declarations
authorBart Van Assche <bvanassche@acm.org>
Thu, 4 Apr 2019 19:44:43 +0000 (12:44 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 9 Apr 2019 02:16:34 +0000 (22:16 -0400)
commit6515ad717bd723f7564581ffdfd5d8064602f29f
tree2b955089b32791db36ca6b94de13a2e764b93fac
parentb3ede8ea78e8f4c2377d89763e30b140b70f93c0
scsi: qla2xxx: Reduce the number of forward declarations

Move the SCSI host template definition after the definition of the
functions that it references. Remove the forward declarations that became
unnecessary by that change. This patch does not change any functionality.

Cc: Himanshu Madhani <hmadhani@marvell.com>
Cc: Giridhar Malavali <gmalavali@marvell.com>
Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Acked-by: Himanshu Madhani <hmadhani@marvell.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/qla2xxx/qla_os.c