blob: 3680012d71096cd0d63b9609cd1d171d89951976 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
/*
* SH5-101 Setup
*
* Copyright (C) 2007 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>
void __init plat_irq_setup(void)
{
/* do nothing - all IRL interrupts are handled by the board code */
}
|