staging/android: rename sync.h to sync_debug.h

This header file only contains information for debugging and SW_SYNC, so
rename it to sync_debug.h instead of having a more generic name.

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>
This commit is contained in:
Gustavo Padovan 2016-05-31 16:59:12 -03:00 committed by Greg Kroah-Hartman
parent b9bc2b7b65
commit 1fe82e2e14
4 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
#include <linux/slab.h>
#include <linux/sync_file.h>
#include "sync.h"
#include "sync_debug.h"
#define CREATE_TRACE_POINTS
#include "trace/sync.h"

View File

@ -15,7 +15,7 @@
*/
#include <linux/debugfs.h>
#include "sync.h"
#include "sync_debug.h"
#ifdef CONFIG_DEBUG_FS

View File

@ -5,7 +5,7 @@
#if !defined(_TRACE_SYNC_H) || defined(TRACE_HEADER_MULTI_READ)
#define _TRACE_SYNC_H
#include "../sync.h"
#include "../sync_debug.h"
#include <linux/tracepoint.h>
TRACE_EVENT(sync_timeline,