OSDN Git Service

scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}
authorMarc Zyngier <maz@kernel.org>
Fri, 14 Sep 2018 08:49:11 +0000 (09:49 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 10 Jun 2021 12:09:16 +0000 (13:09 +0100)
commit5951be4c9c361242c9f0d7c9b9ef03fe82e45c7b
treebd990fbe90aeb803e45e9cfe40ba682b1d94282d
parent13a9a5d17d07cec8181ea0843674ce48c191628e
scsi/ibmvscsi: Directly include linux/{of.h,irqdomain.h}

A couple of ibmvscsi files are missing the inclusion of linux/of.h
and linux/irqdomain.h, relying on transitive inclusion from another
file.

As we are about to break this dependency, make sure these dependencies
are explicit.

Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/scsi/ibmvscsi/ibmvfc.c
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c