perf, ppc: Fix compile error due to new cpu notifiers
[safe/jmp/linux-2.6] / arch / powerpc / kernel / cacheinfo.c
index bb37b1d..01fe9ce 100644 (file)
@@ -642,7 +642,7 @@ static struct kobj_attribute *cache_index_opt_attrs[] = {
        &cache_assoc_attr,
 };
 
-static struct sysfs_ops cache_index_ops = {
+static const struct sysfs_ops cache_index_ops = {
        .show = cache_index_show,
 };