aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/boards/renesas/r7780rp/irq-r7780rp.c
blob: f5f358746c9e03c2450c65948f7e2021ada2eb9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
 * Renesas Solutions Highlander R7780RP-1 Support.
 *
 * Copyright (C) 2002  Atom Create Engineering Co., Ltd.
 * Copyright (C) 2006  Paul Mundt
 *
 * This file is subject to the terms and conditions of the GNU General Public
 * License.  See the file "COPYING" in the main directory of this archive
 * for more details.
 */
#include <linux/init.h>
#include <asm/io.h>
#include <asm/r7780rp.h>

void __init highlander_init_irq(void)
{
	int i;

	for (i = 0; i < 15; i++)
		make_r7780rp_irq(i);
}