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-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=f4964d2ac51fcc8cd56975139422cdbb3a1e66dc;p=mv-sheeva.git 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 aca9c96e8e6..0b79f318524 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); }