18c2ecf20Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-only 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * Joshua Henderson <joshua.henderson@microchip.com> 48c2ecf20Sopenharmony_ci * Copyright (C) 2015 Microchip Technology Inc. All rights reserved. 58c2ecf20Sopenharmony_ci */ 68c2ecf20Sopenharmony_ci#include <linux/init.h> 78c2ecf20Sopenharmony_ci#include <linux/irqchip.h> 88c2ecf20Sopenharmony_ci#include <asm/irq.h> 98c2ecf20Sopenharmony_ci 108c2ecf20Sopenharmony_civoid __init arch_init_irq(void) 118c2ecf20Sopenharmony_ci{ 128c2ecf20Sopenharmony_ci irqchip_init(); 138c2ecf20Sopenharmony_ci} 14