ChangeSet 1.970, 2003/02/06 14:49:36+11:00, greg@kroah.com sysfs: remember to add EXPORT_SYMBOL() for sysfs_update_file. diff -Nru a/fs/sysfs/inode.c b/fs/sysfs/inode.c --- a/fs/sysfs/inode.c Thu Feb 6 14:51:01 2003 +++ b/fs/sysfs/inode.c Thu Feb 6 14:51:01 2003 @@ -855,6 +855,7 @@ } 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);