summaryrefslogtreecommitdiff
path: root/drivers/staging/android/sync_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/android/sync_debug.h')
-rw-r--r--drivers/staging/android/sync_debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/staging/android/sync_debug.h b/drivers/staging/android/sync_debug.h
index 425ebc5c32aa..fab66396d421 100644
--- a/drivers/staging/android/sync_debug.h
+++ b/drivers/staging/android/sync_debug.h
@@ -34,7 +34,8 @@ struct sync_timeline {
char name[32];
/* protected by child_list_lock */
- int context, value;
+ u64 context;
+ int value;
struct list_head child_list_head;
spinlock_t child_list_lock;