Driver core: Constify struct sysfs_ops in struct kobj_type
[linux-flexiantxendom0-natty.git] / arch / sh / kernel / cpu / sh4 / sq.c
index fc065f9..14726ee 100644 (file)
@@ -326,7 +326,7 @@ static struct attribute *sq_sysfs_attrs[] = {
        NULL,
 };
 
-static struct sysfs_ops sq_sysfs_ops = {
+static const struct sysfs_ops sq_sysfs_ops = {
        .show   = sq_sysfs_show,
        .store  = sq_sysfs_store,
 };