diff options
Diffstat (limited to 'fs/sysfs/dir.c')
-rw-r--r-- | fs/sysfs/dir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/sysfs/dir.c b/fs/sysfs/dir.c index aedaeba82ae5..53bc7fc31af3 100644 --- a/fs/sysfs/dir.c +++ b/fs/sysfs/dir.c | |||
@@ -636,6 +636,7 @@ struct sysfs_dirent *sysfs_get_dirent(struct sysfs_dirent *parent_sd, | |||
636 | 636 | ||
637 | return sd; | 637 | return sd; |
638 | } | 638 | } |
639 | EXPORT_SYMBOL_GPL(sysfs_get_dirent); | ||
639 | 640 | ||
640 | static int create_dir(struct kobject *kobj, struct sysfs_dirent *parent_sd, | 641 | static int create_dir(struct kobject *kobj, struct sysfs_dirent *parent_sd, |
641 | const char *name, struct sysfs_dirent **p_sd) | 642 | const char *name, struct sysfs_dirent **p_sd) |