]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb362ec689f39bae6e47b8cdac8996e82b2d8a723
treebd990fbe90aeb803e45e9cfe40ba682b1d94282d
parent58158c640b3616a9fb079bb9b995d7cbf8d91fd4
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