export sysdev_(create|remove)_file

Andreas Happe (andreashappe@gmx.net)
Mon, 16 Jun 2003 00:44:33 +0200


just export sysdev_(create|remove)_file like the other sysdev_*
functions.

--Andreas

--- drivers/base/sys_alt.c 2003-06-16 00:03:53.000000000 +0200
+++ drivers/base/sys.c 2003-06-16 00:02:53.000000000 +0200
@@ -74,6 +74,9 @@
sysfs_remove_file(&s->kobj,&a->attr);
}

+EXPORT_SYMBOL(sysdev_create_file);
+EXPORT_SYMBOL(sysdev_remove_file);
+
/*
* declare system_subsys
*/
-
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/