ARM: s3c24xx: move irqchip driver back into platform
authorArnd Bergmann <arnd@arndb.de>
Thu, 6 Aug 2020 18:20:38 +0000 (20:20 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Wed, 19 Aug 2020 19:40:52 +0000 (21:40 +0200)
commit95b415efff2cacb3ab3a159cc7aad1ec1ca3b81e
treef79f01649355051e63b331c5d57a094e609e605b
parent0144e3fce3d601561fb51d0362316ca745c830df
ARM: s3c24xx: move irqchip driver back into platform

It was a good idea to move it out at first, but the irqchip code
is still tightly connected to the s3c24xx platform code and uses
multiple internal header files, so just move it back for the
time being to avoid those dependencies.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20200806182059.2431-21-krzk@kernel.org
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/mach-s3c24xx/Makefile
arch/arm/mach-s3c24xx/irq-s3c24xx.c [new file with mode: 0644]
drivers/irqchip/Makefile
drivers/irqchip/irq-s3c24xx.c [deleted file]