Commit ef9ceab2 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] remove semicolons from save_flags()

Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 987d4613
...@@ -79,7 +79,7 @@ static inline void __deprecated save_flags(unsigned long *x) ...@@ -79,7 +79,7 @@ static inline void __deprecated save_flags(unsigned long *x)
{ {
local_save_flags(*x); local_save_flags(*x);
} }
#define save_flags(x) save_flags(&x); #define save_flags(x) save_flags(&x)
static inline void __deprecated restore_flags(unsigned long x) static inline void __deprecated restore_flags(unsigned long x)
{ {
local_irq_restore(x); local_irq_restore(x);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment