From: Joe Perches Date: Sun, 23 Mar 2008 08:02:28 +0000 (-0700) Subject: include/asm-x86/irq_32.h: checkpatch cleanups - formatting only X-Git-Tag: v2.6.26-rc1~1154^2~217 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4964d2ac51fcc8cd56975139422cdbb3a1e66dc;p=linux-2.6 include/asm-x86/irq_32.h: checkpatch cleanups - formatting only Signed-off-by: Joe Perches Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/irq_32.h b/include/asm-x86/irq_32.h index aca9c96e8e..0b79f31852 100644 --- a/include/asm-x86/irq_32.h +++ b/include/asm-x86/irq_32.h @@ -15,7 +15,7 @@ #include "irq_vectors.h" #include -static __inline__ int irq_canonicalize(int irq) +static inline int irq_canonicalize(int irq) { return ((irq == 2) ? 9 : irq); }