Commit 7fddce83 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

sysfs: remember to add EXPORT_SYMBOL() for sysfs_update_file.

parent 19685246
......@@ -855,6 +855,7 @@ void sysfs_remove_dir(struct kobject * kobj)
}
EXPORT_SYMBOL(sysfs_create_file);
EXPORT_SYMBOL(sysfs_update_file);
EXPORT_SYMBOL(sysfs_remove_file);
EXPORT_SYMBOL(sysfs_create_link);
EXPORT_SYMBOL(sysfs_remove_link);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment