irqchip/mmp: Do not call irq_set_default_host() on DT platforms
authorLubomir Rintel <lkundrak@v3.sk>
Fri, 16 Aug 2019 18:18:49 +0000 (20:18 +0200)
committerMarc Zyngier <maz@kernel.org>
Tue, 20 Aug 2019 09:34:34 +0000 (10:34 +0100)
commit7224cec4e76c8d8169e328923597e659b705760d
treed9463c8d09273126a482664ec8600163ad4df6a2
parent342be1068d9b5b1fd364d270b4f731764e23de2b
irqchip/mmp: Do not call irq_set_default_host() on DT platforms

Using a default domain on DT platforms is unnecessary, as the firmware
tables describe the full topology, and nothing is implicit.

Signed-off-by: Lubomir Rintel <lkundrak@v3.sk>
[maz: wrote an actual changelog]
Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/irq-mmp.c