gpu: ion: Fix bug where MAP ioctl was no longer supported
authorRebecca Schultz Zavin <rebecca@android.com>
Thu, 15 Nov 2012 18:34:45 +0000 (10:34 -0800)
committerArve Hjønnevåg <arve@android.com>
Mon, 1 Jul 2013 21:16:16 +0000 (14:16 -0700)
Change-Id: Idbe628ed7dbd6a14469194120b94934d6e99d367
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
drivers/gpu/ion/ion.c

index 2465085c87673b334da6553fcda3178dd02ddb5b..3384a099cd08622f14f06fa1ecbe58f2efd242a8 100644 (file)
@@ -1086,6 +1086,7 @@ static long ion_ioctl(struct file *filp, unsigned int cmd, unsigned long arg)
                break;
        }
        case ION_IOC_SHARE:
+       case ION_IOC_MAP:
        {
                struct ion_fd_data data;