[PATCH] sysfs: don't export dir symbols
authorGreg Kroah-Hartman <gregkh@suse.de>
Thu, 16 Mar 2006 18:23:21 +0000 (11:23 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 20 Mar 2006 21:42:59 +0000 (13:42 -0800)
These functions should only be used by the kobject core, and if any
driver tries to use them, bad things happen.  Unexport them to try to
prevent this from happening.

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>

No differences found