X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fsysfs.h;h=e738d80baab75ea44112e843e9260e8ad0ee9820;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=a26a57eb529be9b35f4193bd2c561304628445f0;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/linux/sysfs.h b/include/linux/sysfs.h index a26a57eb5..e738d80ba 100644 --- a/include/linux/sysfs.h +++ b/include/linux/sysfs.h @@ -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_ */