remove the compile warnings

This commit is contained in:
SecureCRT 2012-09-24 22:36:20 +08:00 committed by tytung
parent bda745315c
commit 5155c8ec93

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;
};