aboutsummaryrefslogtreecommitdiff
path: root/drivers/irqchip/irq-davinci-aintc.c
AgeCommit message (Collapse)AuthorFilesLines
2019-02-19irqchip: davinci-aintc: move the driver to drivers/irqchipBartosz Golaszewski1-0/+163
The aintc driver has now been cleaned up. Move it to drivers/irqchip where it belongs. There's no device-tree support for any dm* board so there's no IRQCHIP_OF_DECLARE() - there's only the exported init function called from machine code. Acked-by: Marc Zyngier <[email protected]> Reviewed-by: David Lechner <[email protected]> Signed-off-by: Bartosz Golaszewski <[email protected]> Signed-off-by: Sekhar Nori <[email protected]>