linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][RT] - Mismatching declaration and export
@ 2009-04-21 18:23 Sven-Thorsten Dietrich
  2009-04-22  9:01 ` Uwe Kleine-König
  0 siblings, 1 reply; 2+ messages in thread
From: Sven-Thorsten Dietrich @ 2009-04-21 18:23 UTC (permalink / raw)
  To: linux-rt-users; +Cc: LKML

Subject: Make function declaration match EXPORT()

Signed-off-by: Sven-Thorsten Dietrich <sdietrich@suse.de>

Index: b/kernel/spinlock.c
===================================================================
--- a/kernel/spinlock.c
+++ b/kernel/spinlock.c
@@ -354,7 +354,7 @@ void __lockfunc _spin_lock_nest_lock(spi
 }
 EXPORT_SYMBOL(_spin_lock_nest_lock);
 
-unsigned long __lockfunc _spin_lock_irqsave_nested(spinlock_t *lock, int subclass)
+unsigned long __lockfunc __spin_lock_irqsave_nested(spinlock_t *lock, int subclass)
 {
 	unsigned long flags;
 



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-04-22  9:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-21 18:23 [PATCH][RT] - Mismatching declaration and export Sven-Thorsten Dietrich
2009-04-22  9:01 ` Uwe Kleine-König

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).