]> Pileus Git - ~andy/linux/blob - arch/arm/include/asm/prom.h
8f1037fdc08f7dcc6ed64aa9d3f7ad95e60d838c
[~andy/linux] / arch / arm / include / asm / prom.h
1 /*
2  *  arch/arm/include/asm/prom.h
3  *
4  *  Copyright (C) 2009 Canonical Ltd. <jeremy.kerr@canonical.com>
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License version 2 as
8  * published by the Free Software Foundation.
9  *
10  */
11 #ifndef __ASMARM_PROM_H
12 #define __ASMARM_PROM_H
13
14 #ifdef CONFIG_OF
15
16 #include <asm/setup.h>
17 #include <asm/irq.h>
18
19 static inline void irq_dispose_mapping(unsigned int virq)
20 {
21         return;
22 }
23
24 #endif /* CONFIG_OF */
25 #endif /* ASMARM_PROM_H */