diff options
| author | Rebecca Schultz Zavin <rebecca@android.com> | 2012-11-15 10:34:45 -0800 | 
|---|---|---|
| committer | Arve Hjønnevåg <arve@android.com> | 2013-07-01 14:16:16 -0700 | 
| commit | 29ec2f78e83e60d2e3b19bac90bc6ba3e304b544 (patch) | |
| tree | f96d289ce98b5458d84f6a03ad5ee1604498bec9 /drivers | |
| parent | 467ec9d01ca5877901625b1c4bb6a396b85ba362 (diff) | |
| download | olio-linux-3.10-29ec2f78e83e60d2e3b19bac90bc6ba3e304b544.tar.xz olio-linux-3.10-29ec2f78e83e60d2e3b19bac90bc6ba3e304b544.zip | |
gpu: ion: Fix bug where MAP ioctl was no longer supported
Change-Id: Idbe628ed7dbd6a14469194120b94934d6e99d367
Signed-off-by: Rebecca Schultz Zavin <rebecca@android.com>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/gpu/ion/ion.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/drivers/gpu/ion/ion.c b/drivers/gpu/ion/ion.c index 2465085c876..3384a099cd0 100644 --- a/drivers/gpu/ion/ion.c +++ b/drivers/gpu/ion/ion.c @@ -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; |