summaryrefslogtreecommitdiff
path: root/drivers/staging/android/sync_debug.c
diff options
context:
space:
mode:
authorGustavo Padovan <gustavo.padovan@collabora.co.uk>2016-04-28 13:46:54 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-04-30 00:37:10 (GMT)
commitd4cab38e153d62ecd502645390c0289c1b8337df (patch)
treeda5da540c6e08eb4bd9bd44bc46c8e8c583c3d4c /drivers/staging/android/sync_debug.c
parentd7c3110c28dee67f6766ae26cac629358233a6b4 (diff)
downloadlinux-d4cab38e153d62ecd502645390c0289c1b8337df.tar.xz
staging/android: prepare sync_file for de-staging
Move its functions and structs to their own file. Also moves function's docs to the .c file. Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/android/sync_debug.c')
-rw-r--r--drivers/staging/android/sync_debug.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/android/sync_debug.c b/drivers/staging/android/sync_debug.c
index 2cab40d..8b55218 100644
--- a/drivers/staging/android/sync_debug.c
+++ b/drivers/staging/android/sync_debug.c
@@ -26,6 +26,7 @@
#include <linux/uaccess.h>
#include <linux/anon_inodes.h>
#include <linux/time64.h>
+#include "sync_file.h"
#include "sw_sync.h"
#ifdef CONFIG_DEBUG_FS