x86: Add device tree support
[cascardo/linux.git] / arch / x86 / include / asm / irq.h
index c704b38..ba870bb 100644 (file)
@@ -10,9 +10,6 @@
 #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);