Re: [PATCH] PCI Hotplug changes for 2.5.59

Greg KH (greg@kroah.com)
Wed, 5 Feb 2003 20:08 -0800


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);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/