From 065694b32e481a50e57a793d61181494fbf6ef04 Mon Sep 17 00:00:00 2001 From: Dima Zavin Date: Thu, 15 Oct 2009 02:24:06 -0700 Subject: init: devices: Remove pmem_gpu regions as they are not needed since we have an mmu Change-Id: I2f8f0440d9a21230c7711cb6d9a20ec6887b7cb9 Signed-off-by: Dima Zavin --- init/devices.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'init/devices.c') diff --git a/init/devices.c b/init/devices.c index 001d039..ea1a825 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 }, -- cgit v1.1