From: Dirk Behme <dirk.behme@googlemail.com>
To: barebox@lists.infradead.org
Subject: [Patch/master v2] pr_warn() must be pr_warning()
Date: Tue, 31 May 2011 17:32:27 +0200 [thread overview]
Message-ID: <1306855947-4725-1-git-send-email-dirk.behme@gmail.com> (raw)
From: Dirk Behme <dirk.behme@googlemail.com>
Fix the warning/error:
drivers/mci/mci-core.c: In function 'mci_card_probe':
drivers/mci/mci-core.c:1195: warning: implicit declaration of function 'pr_warn'
...
drivers/built-in.o: In function `mci_card_probe':
mc13892.c:(.text.mci_card_probe+0x68): undefined reference to `pr_warn'
Signed-off-by: Dirk Behme <dirk.behme@googlemail.com>
---
Note: This replaces the patch
http://lists.infradead.org/pipermail/barebox/2011-May/003549.html
by using the kernel macro as proposed by Uwe Kleine-Koenig.
include/linux/barebox-wrapper.h | 2 ++
1 file changed, 2 insertions(+)
Index: barebox.git/include/linux/barebox-wrapper.h
===================================================================
--- barebox.git.orig/include/linux/barebox-wrapper.h
+++ barebox.git/include/linux/barebox-wrapper.h
@@ -20,6 +20,8 @@
#define printk printf
+#define pr_warn pr_warning
+
#define __init
#define MODULE_AUTHOR(x)
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
reply other threads:[~2011-05-31 15:32 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1306855947-4725-1-git-send-email-dirk.behme@gmail.com \
--to=dirk.behme@googlemail.com \
--cc=barebox@lists.infradead.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