From: Sven-Thorsten Dietrich <sven@thebigcorporation.com>
To: linux-rt-users <linux-rt-users@vger.kernel.org>
Cc: LKML <linux-kernel@vger.kernel.org>
Subject: [PATCH][RT] - Mismatching declaration and export
Date: Tue, 21 Apr 2009 11:23:25 -0700 [thread overview]
Message-ID: <1240338205.13601.17.camel@quadrophenia.thebigcorporation.com> (raw)
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;
next reply other threads:[~2009-04-21 18:23 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-21 18:23 Sven-Thorsten Dietrich [this message]
2009-04-22 9:01 ` [PATCH][RT] - Mismatching declaration and export Uwe Kleine-König
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1240338205.13601.17.camel@quadrophenia.thebigcorporation.com \
--to=sven@thebigcorporation.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-rt-users@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).