export sysdev_(create|remove)_file

From: Andreas Happe (andreashappe@gmx.net)
Date: Sun Jun 15 2003 - 17:44:33 EST


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/



This archive was generated by hypermail 2b29 : Sun Jun 15 2003 - 22:00:43 EST