[PATCH] remove semicolons from save_flags()
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
987d4613e5
commit
ef9ceab282
@@ -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);
|
||||||
|
Reference in New Issue
Block a user