]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/irq_32.h
keys: make the keyring quotas controllable through /proc/sys
[linux-2.6-omap-h63xx.git] / include / asm-x86 / irq_32.h
index aca9c96e8e6b04308fcf10ecd817a046b853de39..0b79f3185243218d754348c4cbfe82ae9c31aae6 100644 (file)
@@ -15,7 +15,7 @@
 #include "irq_vectors.h"
 #include <asm/thread_info.h>
 
-static __inline__ int irq_canonicalize(int irq)
+static inline int irq_canonicalize(int irq)
 {
        return ((irq == 2) ? 9 : irq);
 }