nfsd4: shutdown callbacks on expiry
[safe/jmp/linux-2.6] / drivers / base / class.c
index 2e297cc..0147f47 100644 (file)
@@ -63,7 +63,7 @@ static void class_release(struct kobject *kobj)
        kfree(cp);
 }
 
-static struct sysfs_ops class_sysfs_ops = {
+static const struct sysfs_ops class_sysfs_ops = {
        .show   = class_attr_show,
        .store  = class_attr_store,
 };