From: somlo@cmu.edu (Gabriel L. Somlo)
To: kernelnewbies@lists.kernelnewbies.org
Subject: [PATCH v4 2/4] kobject: export kset_find_obj() for module use
Date: Fri, 13 Nov 2015 22:03:53 -0500 [thread overview]
Message-ID: <1447470235-13643-3-git-send-email-somlo@cmu.edu> (raw)
In-Reply-To: <1447470235-13643-1-git-send-email-somlo@cmu.edu>
From: Gabriel Somlo <somlo@cmu.edu>
Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
---
lib/kobject.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/kobject.c b/lib/kobject.c
index 7cbccd2..90d1be6 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -861,6 +861,7 @@ struct kobject *kset_find_obj(struct kset *kset, const char *name)
spin_unlock(&kset->list_lock);
return ret;
}
+EXPORT_SYMBOL(kset_find_obj);
static void kset_release(struct kobject *kobj)
{
--
2.4.3
next prev parent reply other threads:[~2015-11-14 3:03 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-11-14 3:03 [PATCH v4 0/4] SysFS driver for QEMU fw_cfg device Gabriel L. Somlo
2015-11-14 3:03 ` [PATCH v4 1/4] firmware: introduce sysfs driver for QEMU's " Gabriel L. Somlo
2015-11-14 3:03 ` Gabriel L. Somlo [this message]
2015-11-14 3:03 ` [PATCH v4 3/4] firmware: create directory hierarchy for sysfs fw_cfg entries Gabriel L. Somlo
2015-11-14 3:03 ` [PATCH v4 4/4] devicetree: update documentation for fw_cfg ARM bindings Gabriel L. Somlo
2015-11-15 2:07 ` [Qemu-devel] " Rob Herring
2015-11-16 8:38 ` Paolo Bonzini
2015-11-16 13:51 ` Gabriel L. Somlo
2015-11-17 22:14 ` Rob Herring
2015-11-18 2:17 ` Gabriel L. Somlo
2015-11-18 13:04 ` François Revol
2015-11-18 20:54 ` Gabriel L. Somlo
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=1447470235-13643-3-git-send-email-somlo@cmu.edu \
--to=somlo@cmu.edu \
--cc=kernelnewbies@lists.kernelnewbies.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).