]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-x86/irq_64.h
V4L/DVB (7204): remove V4L2_CID_SHARPNESS from meye.h and report private control...
[linux-2.6-omap-h63xx.git] / include / asm-x86 / irq_64.h
index 5006c6e7565618fc0efc5918dc13e88d4833bf6c..083d35a62c94ca5d19febdac731397429bb6ee00 100644 (file)
 
 #define FIRST_SYSTEM_VECTOR    0xef   /* duplicated in hw_irq.h */
 
-#define NR_IRQS (NR_VECTORS + (32 *NR_CPUS))
+#define NR_IRQS (NR_VECTORS + (32 * NR_CPUS))
 #define NR_IRQ_VECTORS NR_IRQS
 
-static __inline__ int irq_canonicalize(int irq)
+static inline int irq_canonicalize(int irq)
 {
        return ((irq == 2) ? 9 : irq);
 }