From: Baruch Even <baruch@ev-en.org>
To: kernel list <linux-kernel@vger.kernel.org>,
kernel-janitors@osdl.org, Corey Minyard <minyard@mvista.com>
Subject: [PATCH] proc_ipmi_root depends on CONFIG_PROC_FS
Date: Wed, 17 Aug 2005 23:19:32 +0100 [thread overview]
Message-ID: <4303B7F4.4060407@ev-en.org> (raw)
[-- Attachment #1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #2: ipmi_proc_fs.patch --]
[-- Type: text/x-patch, Size: 693 bytes --]
proc_ipmi_root is only defined for CONFIG_PROC_FS, #ifdef it for export as well.
Signed-Off-By: Baruch Even <baruch@ev-en.org>
--
drivers/char/ipmi/ipmi_msghandler.c | 2 ++
1 files changed, 2 insertions(+)
Index: k/drivers/char/ipmi/ipmi_msghandler.c
===================================================================
--- k.orig/drivers/char/ipmi/ipmi_msghandler.c
+++ k/drivers/char/ipmi/ipmi_msghandler.c
@@ -3194,5 +3194,7 @@ EXPORT_SYMBOL(ipmi_get_my_address);
EXPORT_SYMBOL(ipmi_set_my_LUN);
EXPORT_SYMBOL(ipmi_get_my_LUN);
EXPORT_SYMBOL(ipmi_smi_add_proc_entry);
+#ifdef CONFIG_PROC_FS
EXPORT_SYMBOL(proc_ipmi_root);
+#endif
EXPORT_SYMBOL(ipmi_user_set_run_to_completion);
reply other threads:[~2005-08-17 22:19 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=4303B7F4.4060407@ev-en.org \
--to=baruch@ev-en.org \
--cc=kernel-janitors@osdl.org \
--cc=linux-kernel@vger.kernel.org \
--cc=minyard@mvista.com \
/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