]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/base/cpu.c
Merge branch 'master' into upstream-fixes
[linux-2.6-omap-h63xx.git] / drivers / base / cpu.c
index fe7ef339414441afc3592994d00dc97a99e0d0d5..40545071e3c93adc625bb51cb87e007333f06417 100644 (file)
@@ -53,7 +53,7 @@ static ssize_t store_online(struct sys_device *dev, const char *buf,
                ret = count;
        return ret;
 }
-static SYSDEV_ATTR(online, 0600, show_online, store_online);
+static SYSDEV_ATTR(online, 0644, show_online, store_online);
 
 static void __devinit register_cpu_control(struct cpu *cpu)
 {