ata: pata_macio: Add explicit include of irqdomain.h
authorRob Herring <robh@kernel.org>
Wed, 5 Apr 2023 20:27:19 +0000 (15:27 -0500)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Thu, 6 Apr 2023 18:36:27 +0000 (20:36 +0200)
commitcf02f71c3ef870f0376a723fd9c95d288f381984
tree019468c809647cc57e5ac17f8e20cb4ab22cde17
parent933c9f190543007385ccf899e257328c525ce7e5
ata: pata_macio: Add explicit include of irqdomain.h

With linux/acpi.h no longer including irqdomain.h, add an explicit
include of irqdomain.h to fix the following error:

drivers/ata/pata_macio.c:1172:23: error: implicit declaration of function 'irq_create_mapping' [-Werror=implicit-function-declaration]

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/ata/pata_macio.c