All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MN10300: Fix a missing semicolon
@ 2012-07-11 15:11 David Howells
  0 siblings, 0 replies; only message in thread
From: David Howells @ 2012-07-11 15:11 UTC (permalink / raw)
  To: torvalds; +Cc: dhowells, linux-am33-list, linux-kernel

The declaration of arch_release_thread_info() needs a semicolon.

Signed-off-by: David Howells <dhowells@redhat.com>
---

 arch/mn10300/include/asm/thread_info.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/mn10300/include/asm/thread_info.h b/arch/mn10300/include/asm/thread_info.h
index 08251d6..ac519bb 100644
--- a/arch/mn10300/include/asm/thread_info.h
+++ b/arch/mn10300/include/asm/thread_info.h
@@ -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)


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-07-11 15:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-07-11 15:11 [PATCH] MN10300: Fix a missing semicolon David Howells

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.