]> www.infradead.org Git - users/jedix/linux-maple.git/commit
LoongArch: Move irqchip function prototypes to irq-loongson.h
authorHuacai Chen <chenhuacai@loongson.cn>
Fri, 23 Aug 2024 10:39:32 +0000 (18:39 +0800)
committerThomas Gleixner <tglx@linutronix.de>
Fri, 23 Aug 2024 18:40:27 +0000 (20:40 +0200)
commit06fac729a6d54e2c6650b38734f84383aafb3acc
tree80b744a9ad59890c54c7e23ad08a8581d9b31036
parent0b3af7591dbfd16ca45740cd90eb34be8b9a7175
LoongArch: Move irqchip function prototypes to irq-loongson.h

Some irqchip functions are only for internal use by irqchip drivers, so
move their prototypes from asm/irq.h to drivers/irqchip/irq-loongson.h.

All related driver files include the new irq-loongson.h.

Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Signed-off-by: Tianyang Zhang <zhangtianyang@loongson.cn>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20240823103936.25092-1-zhangtianyang@loongson.cn
arch/loongarch/include/asm/irq.h
drivers/irqchip/irq-loongarch-cpu.c
drivers/irqchip/irq-loongson-eiointc.c
drivers/irqchip/irq-loongson-htvec.c
drivers/irqchip/irq-loongson-liointc.c
drivers/irqchip/irq-loongson-pch-lpc.c
drivers/irqchip/irq-loongson-pch-msi.c
drivers/irqchip/irq-loongson-pch-pic.c
drivers/irqchip/irq-loongson.h [new file with mode: 0644]