remove the compile warnings

This commit is contained in:
SecureCRT 2012-09-24 22:36:20 +08:00
parent 582f409d66
commit 2931196a52

View File

@ -106,7 +106,7 @@ extern char *kobject_get_path(struct kobject *kobj, gfp_t flag);
struct kobj_type {
void (*release)(struct kobject *kobj);
struct sysfs_ops *sysfs_ops;
const struct sysfs_ops *sysfs_ops;
struct attribute **default_attrs;
};