linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / include / linux / sysfs.h
index a26a57e..e738d80 100644 (file)
@@ -76,7 +76,6 @@ struct sysfs_dirent {
        umode_t                 s_mode;
        struct dentry           * s_dentry;
        struct iattr            * s_iattr;
-       atomic_t                s_event;
 };
 
 #define SYSFS_ROOT             0x0001
@@ -120,7 +119,6 @@ int sysfs_remove_bin_file(struct kobject * kobj, struct bin_attribute * attr);
 
 int sysfs_create_group(struct kobject *, const struct attribute_group *);
 void sysfs_remove_group(struct kobject *, const struct attribute_group *);
-void sysfs_notify(struct kobject * k, char *dir, char *attr);
 
 #else /* CONFIG_SYSFS */
 
@@ -189,10 +187,6 @@ static inline void sysfs_remove_group(struct kobject * k, const struct attribute
        ;
 }
 
-static inline void sysfs_notify(struct kobject * k, char *dir, char *attr)
-{
-}
-
 #endif /* CONFIG_SYSFS */
 
 #endif /* _SYSFS_H_ */