mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[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:
parent
987d4613e5
commit
ef9ceab282
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ static inline void __deprecated save_flags(unsigned long *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)
|
||||
{
|
||||
local_irq_restore(x);
|
||||
|
|
Loading…
Reference in a new issue