Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43224b73 authored by David Howells's avatar David Howells Committed by Linus Torvalds
Browse files

MN10300: Fix a missing semicolon



The declaration of arch_release_thread_info() needs a semicolon.

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 055c9fa8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ static inline unsigned long current_stack_pointer(void)
}

#ifndef CONFIG_KGDB
void arch_release_thread_info(struct thread_info *ti)
void arch_release_thread_info(struct thread_info *ti);
#endif
#define get_thread_info(ti)	get_task_struct((ti)->task)
#define put_thread_info(ti)	put_task_struct((ti)->task)