summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init/devices.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/init/devices.c b/init/devices.c
index 001d03917..ea1a825c5 100644
--- a/init/devices.c
+++ b/init/devices.c
@@ -101,10 +101,6 @@ static struct perms_ devperms[] = {
/* gpu driver for adreno200 is globally accessible */
{ "/dev/kgsl", 0666, AID_ROOT, AID_ROOT, 0 },
- /* STOPSHIP: temporarily make this be writable by all. We need to
- * remove this entirely before we ship. */
- { "/dev/pmem_gpu", 0666, AID_ROOT, AID_ROOT, 1 },
-
/* these should not be world writable */
{ "/dev/diag", 0660, AID_RADIO, AID_RADIO, 0 },
{ "/dev/diag_arm9", 0660, AID_RADIO, AID_RADIO, 0 },