blob: 6ff5a672be277cee8e56a2507a8122f729200af7 [file] [log] [blame]
Greentime Huf13c34b2017-10-24 15:50:45 +08001// SPDX-License-Identifier: GPL-2.0
2// Copyright (C) 2005-2017 Andes Technology Corporation
3
4#include <linux/irqchip.h>
5
6void __init init_IRQ(void)
7{
8 irqchip_init();
9}