[2.6 patch] make ocfs2_find_entry_el() static
[pv_ops_mirror.git] / arch / sh / boards / renesas / r7780rp / irq-r7780rp.c
blobfa4a534cade924d7bfaf502bf5e6af0997c32ed1
1 /*
2 * Renesas Solutions Highlander R7780RP-1 Support.
4 * Copyright (C) 2002 Atom Create Engineering Co., Ltd.
5 * Copyright (C) 2006 Paul Mundt
7 * This file is subject to the terms and conditions of the GNU General Public
8 * License. See the file "COPYING" in the main directory of this archive
9 * for more details.
11 #include <linux/init.h>
12 #include <linux/io.h>
13 #include <asm/r7780rp.h>
15 unsigned char * __init highlander_init_irq_r7780rp(void)
17 int i;
19 for (i = 0; i < 15; i++)
20 make_r7780rp_irq(i);
22 return NULL;