]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging/android: rename sync.h to sync_debug.h
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>
Tue, 31 May 2016 19:59:12 +0000 (16:59 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Jun 2016 04:17:40 +0000 (21:17 -0700)
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>
drivers/staging/android/sw_sync.c
drivers/staging/android/sync_debug.c
drivers/staging/android/sync_debug.h [moved from drivers/staging/android/sync.h with 100% similarity]
drivers/staging/android/trace/sync.h

index ae56eceeeaaccae425f0cb455db9ead31f160dc9..115c9174705f1b1bd2fe34dac727df54c1b9b75b 100644 (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"
index b2697a12b42423ce40be6cf846e28ee2b51212df..b76022623d8ab0b3c42f61877f99b26b6c816f67 100644 (file)
@@ -15,7 +15,7 @@
  */
 
 #include <linux/debugfs.h>
-#include "sync.h"
+#include "sync_debug.h"
 
 #ifdef CONFIG_DEBUG_FS
 
index d7f6457f4b968761f82e5b8c7ab8cdab07a78e39..6b5ce9640ddda54bb793d76a313a3b368052fcb1 100644 (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,