]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging/android: make sync_timeline internal to sw_sync
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 31 May 2016 19:59:07 +0000 (16:59 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 04:17:40 +0000 (21:17 -0700)
commitaff9da10e218c54f5ffc8bcb66c9837135074190
treef3bf471cb20a38d9aff8179059dd95edd3ef4017
parentd79892ad0b97ec23645cffa5406edb4eb18cb553
staging/android: make sync_timeline internal to sw_sync

The only use sync_timeline will have in upstream kernel is for debugging
through the SW_SYNC interface. So make it internal to SW_SYNC to avoid
people use it in the future.

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/Kconfig
drivers/staging/android/Makefile
drivers/staging/android/sw_sync.c
drivers/staging/android/sync.c [deleted file]
drivers/staging/android/sync.h
drivers/staging/android/sync_debug.c