aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/char/mem.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/char/mem.c b/drivers/char/mem.c
index e40d5d6..4a9d18e 100644
--- a/drivers/char/mem.c
+++ b/drivers/char/mem.c
@@ -934,8 +934,7 @@ static const struct memdev {
},
#endif
#ifdef CONFIG_EXYNOS_MEM
- [14] = {"exynos-mem", S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH
- | S_IWOTH, &exynos_mem_fops},
+ [14] = {"exynos-mem", S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP, &exynos_mem_fops},
#endif
};