* kobject/kset symbols not exported
[not found] <4EE6237A.9010901@ericsson.com>
@ 2011-12-12 16:27 ` Erik Hugne
0 siblings, 0 replies; only message in thread
From: Erik Hugne @ 2011-12-12 16:27 UTC (permalink / raw)
To: linux-kernel
The top level module_kset, defined at:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=include/linux/module.h;h=3cb7839a60b96ffc6e4fe9b28d0ddf491275b2f6;hb=HEAD#l630
Does not have a symbol exported at:
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=kernel/params.c;h=65aae11eb93f1fab5a4673ca9e9d4df9f2582e8e;hb=HEAD#l908
The same applies to two kobject related functions:
extern struct kobject *kset_find_obj(struct kset *, const char *);
extern struct kobject *kset_find_obj_hinted(struct kset *, const char *,
struct kobject *);
http://git.kernel.org/?p=linux/kernel/git/torvalds/linux.git;a=blob;f=include/linux/kobject.h;h=ad81e1c51487def091ffea196d36c1ee005f7698;hb=HEAD#l193
This makes them inaccessible to modules. Is this intentional?
//E
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-12-12 16:28 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <4EE6237A.9010901@ericsson.com>
2011-12-12 16:27 ` kobject/kset symbols not exported Erik Hugne
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome