]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/android: remove sw_sync.[ch] files
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 31 May 2016 19:59:00 +0000 (16:59 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 04:17:40 +0000 (21:17 -0700)
commitd21858fdb3269e98aa62d522efec7ce2865368e6
tree0387c620036407f195c0189a1c26ec1c9c3fed0f
parentdcc280803e8a803643b6d12b2f35df608623c7fd
staging/android: remove sw_sync.[ch] files

We can glue the sw_sync file operations directly on the sync framework
without the need to pass through sw_sync wrappers.

It only builds sw_sync debugfs file support if CONFIG_SW_SYNC is enabled.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Reviewed-by: Sumit Semwal <sumit.semwal@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Makefile
drivers/staging/android/sw_sync.c [deleted file]
drivers/staging/android/sw_sync.h [deleted file]
drivers/staging/android/sync_debug.c