David Brazdil | 0f672f6 | 2019-12-10 10:32:29 +0000 | [diff] [blame^] | 1 | // SPDX-License-Identifier: GPL-2.0-only |
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 2 | /* |
3 | * Joshua Henderson <joshua.henderson@microchip.com> | ||||
4 | * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. | ||||
Andrew Scull | b4b6d4a | 2019-01-02 15:54:55 +0000 | [diff] [blame] | 5 | */ |
6 | #include <linux/init.h> | ||||
7 | #include <linux/irqchip.h> | ||||
8 | #include <asm/irq.h> | ||||
9 | |||||
10 | void __init arch_init_irq(void) | ||||
11 | { | ||||
12 | irqchip_init(); | ||||
13 | } |