Paul Mundt | e88ed82 | 2007-11-20 18:33:03 +0900 | [diff] [blame^] | 1 | /* |
2 | * SH5-101 Setup | ||||
3 | * | ||||
4 | * Copyright (C) 2007 Paul Mundt | ||||
5 | * | ||||
6 | * This file is subject to the terms and conditions of the GNU General Public | ||||
7 | * License. See the file "COPYING" in the main directory of this archive | ||||
8 | * for more details. | ||||
9 | */ | ||||
10 | #include <linux/init.h> | ||||
11 | |||||
12 | void __init plat_irq_setup(void) | ||||
13 | { | ||||
14 | /* do nothing - all IRL interrupts are handled by the board code */ | ||||
15 | } |