Merge tag 'v3.10.86' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / kernel / resource.c
index d7386986e10e31edda59fcb15c4b83b236d52993..ffda5adb71c5c05cd877a4d1c631157edfad1d40 100644 (file)
@@ -153,7 +153,7 @@ static const struct file_operations proc_iomem_operations = {
 static int __init ioresources_init(void)
 {
        proc_create("ioports", 0, NULL, &proc_ioports_operations);
-       proc_create("iomem", 0, NULL, &proc_iomem_operations);
+       proc_create("iomem", S_IRUSR, NULL, &proc_iomem_operations);
        return 0;
 }
 __initcall(ioresources_init);