]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/x86/include/asm/irq.h
Merge branch 'x86-olpc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mv-sheeva.git] / arch / x86 / include / asm / irq.h
index ba870bb6dd8ef30ab81a317a8eb43dcb83066630..c704b38c57a244b0067df81118b7cb2a344e1f27 100644 (file)
@@ -10,6 +10,9 @@
 #include <asm/apicdef.h>
 #include <asm/irq_vectors.h>
 
+/* Even though we don't support this, supply it to appease OF */
+static inline void irq_dispose_mapping(unsigned int virq) { }
+
 static inline int irq_canonicalize(int irq)
 {
        return ((irq == 2) ? 9 : irq);