summaryrefslogtreecommitdiffstats
path: root/drivers/staging/android/uapi
diff options
context:
space:
mode:
authorGustavo Padovan2016-02-03 14:25:30 +0100
committerGreg Kroah-Hartman2016-02-08 02:34:58 +0100
commit84013bb4651e568d543f4cd3fa65c7931943da73 (patch)
treeb3227ce66dbb35e7adaef44f2f92f83b00c1f579 /drivers/staging/android/uapi
parentStaging: Android: memory allocation style change in ion_page_pool.c (diff)
downloadkernel-qcow2-linux-84013bb4651e568d543f4cd3fa65c7931943da73.tar.gz
kernel-qcow2-linux-84013bb4651e568d543f4cd3fa65c7931943da73.tar.xz
kernel-qcow2-linux-84013bb4651e568d543f4cd3fa65c7931943da73.zip
staging/android: remove SYNC_WAIT ioctl
This ioctl is replicating the work of poll() syscall so let's take the opportunity that this is still on staging tree and remove the duplication and force new users to use the poll() standard interface. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/uapi')
-rw-r--r--drivers/staging/android/uapi/sync.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/staging/android/uapi/sync.h b/drivers/staging/android/uapi/sync.h
index 73deb6907ce1..6c88c8080d1e 100644
--- a/drivers/staging/android/uapi/sync.h
+++ b/drivers/staging/android/uapi/sync.h
@@ -65,13 +65,6 @@ struct sync_file_info_data {
#define SYNC_IOC_MAGIC '>'
/**
- * DOC: SYNC_IOC_WAIT - wait for a fence to signal
- *
- * pass timeout in milliseconds. Waits indefinitely timeout < 0.
- */
-#define SYNC_IOC_WAIT _IOW(SYNC_IOC_MAGIC, 0, __s32)
-
-/**
* DOC: SYNC_IOC_MERGE - merge two fences
*
* Takes a struct sync_merge_data. Creates a new fence containing copies of