[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <5c2bafb073e1386e39c4f73a83e7d835547b6b1f.1439220623.git.somlo@cmu.edu>
Date: Mon, 10 Aug 2015 12:31:19 -0400
From: "Gabriel L. Somlo" <somlo@....edu>
To: gregkh@...uxfoundation.org, ralf@...ux-mips.org, zajec5@...il.com,
paul@...an.com, galak@...eaurora.org, linux-api@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: matt.fleming@...el.com, x86@...nel.org, linux-efi@...r.kernel.org,
qemu-devel@...gnu.org, lersek@...hat.com,
jordan.l.justen@...el.com, gleb@...udius-systems.com,
pbonzini@...hat.com, kraxel@...hat.com, eblake@...hat.com,
rjones@...hat.com, kernelnewbies@...nelnewbies.org
Subject: [PATCH 2/3] kobject: export kset_find_obj() to be used from modules
From: "Gabriel Somlo" <somlo@....edu>
Signed-off-by: Gabriel Somlo <somlo@....edu>
---
lib/kobject.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/kobject.c b/lib/kobject.c
index 3e3a5c3..f9754a0 100644
--- a/lib/kobject.c
+++ b/lib/kobject.c
@@ -1058,3 +1058,4 @@ EXPORT_SYMBOL(kobject_del);
EXPORT_SYMBOL(kset_register);
EXPORT_SYMBOL(kset_unregister);
+EXPORT_SYMBOL(kset_find_obj);
--
2.4.3
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists