Skip to content
Commit fd31000d authored by Jamie Iles's avatar Jamie Iles Committed by Marc Zyngier
Browse files

irqchip/xilinx: Add explicit dependency on OF_ADDRESS



Commit b84dc7f0 ("irqchip/xilinx: Remove microblaze+zynq
dependency") relaxed the dependencies on the Xilinx interrupt controller
to be OF only, but some OF architectures (s390 for example) do not
support OF_ADDRESS and so a build of the driver will result in undefined
references to of_iomap/iounmap and friends.

Fixes: b84dc7f0 ("irqchip/xilinx: Remove microblaze+zynq dependency")
Reported-by: default avatarkernel test robot <lkp@intel.com>
Signed-off-by: default avatarJamie Iles <jamie@jamieiles.com>
Acked-by: default avatarMichal Simek <michal.simek@amd.com>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20220630111008.3838307-1-jamie@jamieiles.com
parent 4deb96e3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment